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

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