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) {