Fix:3124 【商城小程序】寻趣味板块新手引导框选位置调整

This commit is contained in:
modendeveloper
2025-01-22 01:23:09 +08:00
parent 2a3ca96fa0
commit a96c3759b9
+12 -10
View File
@@ -1008,16 +1008,18 @@ export default {
isBtn: 'next' isBtn: 'next'
} }
] ]
this.setFunctionGuideData({ this.$nextTick(() => {
imgs: imgs, this.setFunctionGuideData({
btnGroupPosition: '', imgs: imgs,
tipsPosition: '', btnGroupPosition: '',
position: { tipsPosition: '',
top: this.tabIconPostion.top + 'px', position: {
left: this.tabIconPostion.left + 'px', bottom: '10px',
width: `${this.tabIconPostion.width}px`, left: this.tabIconPostion.left + 'px',
height: `${this.tabIconPostion.height}px`, width: `${this.tabIconPostion.width}px`,
} height: `${this.tabIconPostion.height}px`,
}
})
}) })
return return
} }