From d3009fb2a181b7c78ed24e27b5d450a7ad1fa386 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期四, 23 十一月 2023 16:33:06 +0800
Subject: [PATCH] #
---
pages/business/goBusiness/goBusiness.vue | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/pages/business/goBusiness/goBusiness.vue b/pages/business/goBusiness/goBusiness.vue
index 4113154..f472821 100644
--- a/pages/business/goBusiness/goBusiness.vue
+++ b/pages/business/goBusiness/goBusiness.vue
@@ -54,7 +54,7 @@
user: {
username: '',
id: 0,
- type: ''
+ type: 'user_id'
},
falg: true,
list: [{
@@ -83,7 +83,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
@@ -99,7 +98,6 @@
methods: {
async getDetail() {
let res = await user.getDetail()
- console.log(res);
if (res.code === 200) {
this.user.username = res.data.username
this.user.id = res.data.id
--
Gitblit v1.9.1