From c2d3a6e9aaedcda8efbba97773749be5275f3ff3 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期六, 02 十二月 2023 10:09:30 +0800
Subject: [PATCH] #

---
 pages/business/pricing/priOnline.vue |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/pages/business/pricing/priOnline.vue b/pages/business/pricing/priOnline.vue
index 02b7fb6..e05ce6e 100644
--- a/pages/business/pricing/priOnline.vue
+++ b/pages/business/pricing/priOnline.vue
@@ -50,7 +50,7 @@
 				user: {
 					username: '',
 					id: 0,
-					type: 'user_id'
+					type: ''
 				},
 				falg: true,
 				list: [],
@@ -62,7 +62,6 @@
 		onShow() {
 			let that = this
 			uni.$on('isRefresh',function(data){
-				// console.log(data);
 				that.user.username = data.title
 				that.user.id = data.id
 				that.user.type = data.key

--
Gitblit v1.9.1