pages/business/plan/planDetails.vue
@@ -107,12 +107,26 @@ } }, onLoad(option) { if (option == '') { this.id = option.id this.init() this.autoLoad('follower','') setTimeout(()=>{ // this.getFollowers() this.getFollowers() },500) } else { let _this = this const eventChannel = this.getOpenerEventChannel(); eventChannel.on('saleManage', function(data) { _this.id = data.data console.log(data.data); }) this.init() this.autoLoad('follower','') setTimeout(()=>{ this.getFollowers() },500) } }, methods: { init() {