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/saleManage/cstmrDetls.vue | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/pages/business/saleManage/cstmrDetls.vue b/pages/business/saleManage/cstmrDetls.vue
index f51c05c..d9bcc10 100644
--- a/pages/business/saleManage/cstmrDetls.vue
+++ b/pages/business/saleManage/cstmrDetls.vue
@@ -51,7 +51,7 @@
</scroll-view>
<view class="foot">
- <button size="mini" type="warn" @click="del(id)">鍒犻櫎</button>
+ <!-- <button size="mini" type="warn" @click="del(id)">鍒犻櫎</button> -->
</view>
<view>
@@ -91,9 +91,7 @@
}
},
onLoad(option) {
- console.log('寮�濮�');
if (JSON.stringify(option) != "{}") {
- console.log('pd1');
this.id = option.id
this.init()
this.autoLoad('follower','')
@@ -101,7 +99,6 @@
this.getFollowers()
},500)
} else {
- console.log('cd2');
let _this = this
const eventChannel = this.getOpenerEventChannel();
eventChannel.on('cstmr', function(data) {
@@ -128,7 +125,6 @@
method: 'GET',
success(res) {
res = res.data
- console.log(res);
that.saleManage = res.data
that.cstmr = res.data
that.cstmrId = that.cstmr.id
--
Gitblit v1.9.1