Fix:指引按照正式版流程调整

This commit is contained in:
linxi
2025-03-04 10:38:00 +08:00
parent c7ec45b7e2
commit 0fdee74098
+8 -8
View File
@@ -958,7 +958,7 @@ export default {
} }
return return
} }
if (this.functionGuideData.step == 9) { if (this.functionGuideData.step == 10) {
const imgs = [ const imgs = [
{ {
url: this.webUrl + '/引导页素材/首页引导/Group7/Group 7-1.png', url: this.webUrl + '/引导页素材/首页引导/Group7/Group 7-1.png',
@@ -980,7 +980,7 @@ export default {
position: 'absolute', position: 'absolute',
zIndex: 99, zIndex: 99,
width: '129rpx', width: '129rpx',
top: 315*2+'rpx', top: 285*2+'rpx',
left: 0+'rpx', left: 0+'rpx',
right: 0, right: 0,
margin: 'auto', margin: 'auto',
@@ -994,7 +994,7 @@ export default {
position: 'absolute', position: 'absolute',
zIndex: 99, zIndex: 99,
width: '129rpx', width: '129rpx',
top: 315*2+'rpx', top: 285*2+'rpx',
left: 139 * 2+'rpx', left: 139 * 2+'rpx',
right: 0, right: 0,
margin: 'auto', margin: 'auto',
@@ -1003,10 +1003,10 @@ export default {
isBtn: 'next' isBtn: 'next'
}, },
] ]
this.toEle('qianxian', imgs) this.toEle('dibiao', imgs)
return return
} }
if (this.functionGuideData.step == 10) { if (this.functionGuideData.step == 9) {
const imgs = [ const imgs = [
{ {
url: this.webUrl + '/引导页素材/首页引导/Group8/Group 8-1.png', url: this.webUrl + '/引导页素材/首页引导/Group8/Group 8-1.png',
@@ -1028,7 +1028,7 @@ export default {
position: 'absolute', position: 'absolute',
zIndex: 99, zIndex: 99,
width: '118rpx', width: '118rpx',
top: 315*2+'rpx', top: 285*2+'rpx',
left: -290*2+'rpx', left: -290*2+'rpx',
right: 0, right: 0,
margin: 'auto', margin: 'auto',
@@ -1042,7 +1042,7 @@ export default {
position: 'absolute', position: 'absolute',
zIndex: 99, zIndex: 99,
width: '118rpx', width: '118rpx',
top: 315*2+'rpx', top: 285*2+'rpx',
left: -(290-130)*2+'rpx', left: -(290-130)*2+'rpx',
right: 0, right: 0,
margin: 'auto', margin: 'auto',
@@ -1051,7 +1051,7 @@ export default {
isBtn: 'next' isBtn: 'next'
} }
] ]
this.toEle('dibiao', imgs) this.toEle('qianxian', imgs)
return return
} }
if (this.functionGuideData.step == 11) { if (this.functionGuideData.step == 11) {