From 3913b3c5c8cde03f8c92d1c738d28c4a9bae7e55 Mon Sep 17 00:00:00 2001
From: whycq <10027870+whycq@user.noreply.gitee.com>
Date: 星期三, 22 十一月 2023 08:48:02 +0800
Subject: [PATCH] #
---
pages/business/cstmr/csmtr.vue | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
diff --git a/pages/business/cstmr/csmtr.vue b/pages/business/cstmr/csmtr.vue
index bfef9ff..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() {
@@ -242,7 +240,7 @@
},
getDetails(id) {
uni.navigateTo({
- url: '/pages/business/cstmr/cstmrDetails?id=' + id
+ url: `/pages/business/cstmr/cstmrDetails?id=${id}&type=del`
})
},
// ---
@@ -264,7 +262,6 @@
data: param,
success(res) {
res = res.data
- console.log(res);
_this.csmtrList = res.data.records
}
})
--
Gitblit v1.9.1