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) {