From 35b8f2e7b34875efebed526a7394ff50e65f8e90 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 22 十一月 2023 10:50:15 +0800
Subject: [PATCH] #

---
 pages/business/goBusiness/reimburseOnline.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/pages/business/goBusiness/reimburseOnline.vue b/pages/business/goBusiness/reimburseOnline.vue
index 32e3cfc..8fd1435 100644
--- a/pages/business/goBusiness/reimburseOnline.vue
+++ b/pages/business/goBusiness/reimburseOnline.vue
@@ -61,7 +61,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
@@ -77,7 +76,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