pages/business/cstmr/cstmrDetails.vue
@@ -106,6 +106,17 @@ } }) }, edite() { let _this = this uni.navigateTo({ url: '/pages/business/cstmr/modiCsmter', success: function(res) { res.eventChannel.emit('cstmr', { data: _this.cstmr }) } }) }, del(e) { let that = this e = Number(e) @@ -218,7 +229,8 @@ that.getFollowers() } }) } }, } } </script>