Fix:3124 【商城小程序】寻趣味板块新手引导框选位置调整
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user