#
whycq
2023-11-20 81ea5bc4134ec65263adcd340a4534685e8f36c3
pages/business/saleManage/cstmrDetls.vue
@@ -77,9 +77,9 @@
         }
      },
      onLoad(option) { 
         if (option == '') {
            console.log(option);
         console.log('开始');
         if (JSON.stringify(option) != "{}") {
            console.log('pd1');
            this.id = option.id
            this.init()
            this.autoLoad('follower','')
@@ -87,15 +87,17 @@
               this.getFollowers()
            },500)
         } else {
            console.log('cd2');
            let _this = this
            const eventChannel = this.getOpenerEventChannel();
            eventChannel.on('cstmr', function(data) {
               _this.id = data.data
               console.log(data.data);
               _this.init()
            })
            this.init()
            this.autoLoad('follower','')
            setTimeout(()=>{
               this.getFollowers()
            },500)
         }