From 3f9d9af62f4bf2edd8b662087c5059cbaf3f3b5a Mon Sep 17 00:00:00 2001 From: zmj <1493694146@qq.com> Date: Sun, 28 Apr 2024 18:16:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=AF=BC=E9=A1=B5=E9=9D=A2bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/gather/gather.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/pages/gather/gather.vue b/pages/gather/gather.vue index 312dec7..f7c86fa 100644 --- a/pages/gather/gather.vue +++ b/pages/gather/gather.vue @@ -255,6 +255,7 @@ }, data() { return { + subNVue: null, elInfo: '', imgUrls: [{ img: 'https://lihai001.oss-cn-chengdu.aliyuncs.com/def/e2f0520240203154207556.png' @@ -292,6 +293,7 @@ }, created() {}, onLoad() { + this.subNVue = uni.getSubNVueById('concat') let that = this uni.$on('diverGatherSubEmit', function(data) { that.clickMenu(that.nowMenuList[0]) @@ -328,9 +330,7 @@ let info = JSON.stringify(data) that.elInfo = data // #ifdef APP-PLUS - setTimeout(() => { - that.openDiver() - }, 500) + that.openDiver() // #endif }) .exec(); @@ -357,8 +357,7 @@ }, methods: { openDiver() { - const subNVue = uni.getSubNVueById('concat') - subNVue.show('zoom-out', 300) + this.subNVue.show('zoom-out', 300) uni.$emit('diverGatherEmit', this.elInfo); }, changeSwiper(e) {