From df31ccf78ab750b60bc05523dfa8d7f859938e16 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 21 十一月 2023 09:46:41 +0800 Subject: [PATCH] # --- pages/business/cstmr/cstmrDetails.vue | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/pages/business/cstmr/cstmrDetails.vue b/pages/business/cstmr/cstmrDetails.vue index 5543d5b..cce32b0 100644 --- a/pages/business/cstmr/cstmrDetails.vue +++ b/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> -- Gitblit v1.9.1