diff --git a/pages/home/index.vue b/pages/home/index.vue index e83a2c7..70f416e 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -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 }