From 0fdee74098b23fde88c7b1872fc97b7d17d6aedd Mon Sep 17 00:00:00 2001 From: linxi Date: Tue, 4 Mar 2025 10:38:00 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E6=8C=87=E5=BC=95=E6=8C=89?= =?UTF-8?q?=E7=85=A7=E6=AD=A3=E5=BC=8F=E7=89=88=E6=B5=81=E7=A8=8B=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/index.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 8392b0c..88ae91d 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -958,7 +958,7 @@ export default { } return } - if (this.functionGuideData.step == 9) { + if (this.functionGuideData.step == 10) { const imgs = [ { url: this.webUrl + '/引导页素材/首页引导/Group7/Group 7-1.png', @@ -980,7 +980,7 @@ export default { position: 'absolute', zIndex: 99, width: '129rpx', - top: 315*2+'rpx', + top: 285*2+'rpx', left: 0+'rpx', right: 0, margin: 'auto', @@ -994,7 +994,7 @@ export default { position: 'absolute', zIndex: 99, width: '129rpx', - top: 315*2+'rpx', + top: 285*2+'rpx', left: 139 * 2+'rpx', right: 0, margin: 'auto', @@ -1003,10 +1003,10 @@ export default { isBtn: 'next' }, ] - this.toEle('qianxian', imgs) + this.toEle('dibiao', imgs) return } - if (this.functionGuideData.step == 10) { + if (this.functionGuideData.step == 9) { const imgs = [ { url: this.webUrl + '/引导页素材/首页引导/Group8/Group 8-1.png', @@ -1028,7 +1028,7 @@ export default { position: 'absolute', zIndex: 99, width: '118rpx', - top: 315*2+'rpx', + top: 285*2+'rpx', left: -290*2+'rpx', right: 0, margin: 'auto', @@ -1042,7 +1042,7 @@ export default { position: 'absolute', zIndex: 99, width: '118rpx', - top: 315*2+'rpx', + top: 285*2+'rpx', left: -(290-130)*2+'rpx', right: 0, margin: 'auto', @@ -1051,7 +1051,7 @@ export default { isBtn: 'next' } ] - this.toEle('dibiao', imgs) + this.toEle('qianxian', imgs) return } if (this.functionGuideData.step == 11) {