引导页面bug修复
This commit is contained in:
parent
faa9e290b1
commit
3f9d9af62f
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user