From 3109d12fec6864f33ff2d93bd4fd5483047a4508 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Thu, 27 Feb 2025 13:30:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E9=99=A4=E4=BC=81=E4=B8=9A=E7=9B=91?= =?UTF-8?q?=E5=90=AC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub/invite/addEnterprise.vue | 37 ++++++++++++++++++++---------------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/sub/invite/addEnterprise.vue b/sub/invite/addEnterprise.vue index 77336d6..0f0ad27 100644 --- a/sub/invite/addEnterprise.vue +++ b/sub/invite/addEnterprise.vue @@ -265,25 +265,30 @@ export default { this.form.id = res.id this.init() } + // 移除可能存在的旧监听器 + uni.$off('enterpriseIntroduce') + uni.$off('enterpriseTag') + uni.$off('prove') + + // 添加事件监听 + uni.$on('enterpriseIntroduce', data => { + this.form.introduction = data.introduce + }) + uni.$on('enterpriseTag', data => { + this.form.tags = data + }) + uni.$on('prove', data => { + console.log('资质', this.prove) + console.log('资质返回', data) + if (this.form.id != '') { + this.getProve() + } else { + this.prove.push(data) + } + }) }, onShow() { - console.log('onShow', this.prove) - uni.$on('enterpriseIntroduce', data => { - this.form.introduction = data.introduce - }) - uni.$on('enterpriseTag', data => { - this.form.tags = data - }) - uni.$on('prove', data => { - console.log('资质', this.prove) - console.log('资质返回', data) - if (this.form.id != '') { - this.getProve() - } else { - this.prove.push(data) - } - }) }, methods: { proofName(v) {