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'
}
]
this.setFunctionGuideData({
imgs: imgs,
btnGroupPosition: '',
tipsPosition: '',
position: {
top: this.tabIconPostion.top + 'px',
left: this.tabIconPostion.left + 'px',
width: `${this.tabIconPostion.width}px`,
height: `${this.tabIconPostion.height}px`,
}
this.$nextTick(() => {
this.setFunctionGuideData({
imgs: imgs,
btnGroupPosition: '',
tipsPosition: '',
position: {
bottom: '10px',
left: this.tabIconPostion.left + 'px',
width: `${this.tabIconPostion.width}px`,
height: `${this.tabIconPostion.height}px`,
}
})
})
return
}