#
zjj
2024-04-07 e6a02c8b09a796e436a501e9b87d19e25c34c9d1
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