引导页面bug修复

This commit is contained in:
zmj 2024-04-28 18:16:24 +08:00
parent faa9e290b1
commit 3f9d9af62f

View File

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