From e680ee8cc2c34ec2d21c238e8110e4f1501eb8bc Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期五, 24 十一月 2023 11:06:37 +0800
Subject: [PATCH] #

---
 pages/business/cstmr/csmtr.vue |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/pages/business/cstmr/csmtr.vue b/pages/business/cstmr/csmtr.vue
index 09ff26e..dd1d12e 100644
--- a/pages/business/cstmr/csmtr.vue
+++ b/pages/business/cstmr/csmtr.vue
@@ -98,7 +98,6 @@
 			async getDetail() {
 				let res = await user.getDetail()
 				if (res.code === 200) {
-					console.log(res);
 					this.user.username = res.data.username
 					this.user.id = res.data.id
 					this.type = res.data.type
@@ -122,7 +121,6 @@
 					method: 'POST',
 					header: {'token' : uni.getStorageSync('token'),},
 				}).then((res)=>{
-					console.log(res);
 				})
 			},
 			back() {
@@ -264,7 +262,6 @@
 					data: param,
 					success(res) {
 						res = res.data
-						console.log(res);
 						_this.csmtrList = res.data.records
 					}
 				})

--
Gitblit v1.9.1