From e6a02c8b09a796e436a501e9b87d19e25c34c9d1 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期日, 07 四月 2024 15:53:37 +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