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