Fix:3217 【商城小程序】按如下顺序调整一下首页的新手指引提示顺序
This commit is contained in:
+50
-49
@@ -1088,9 +1088,57 @@ export default {
|
|||||||
]
|
]
|
||||||
this.toEle('xkd', imgs)
|
this.toEle('xkd', imgs)
|
||||||
return
|
return
|
||||||
|
}
|
||||||
|
if (this.functionGuideData.step == 12) {
|
||||||
|
const imgs = [
|
||||||
|
{
|
||||||
|
url: this.webUrl + '/引导页素材/首页引导/Group11/Group 11-1.png',
|
||||||
|
style:{
|
||||||
|
position: 'absolute',
|
||||||
|
zIndex: 99,
|
||||||
|
width: '450rpx',
|
||||||
|
top: 465*2+'rpx',
|
||||||
|
left: 120*2+'rpx',
|
||||||
|
right: 0,
|
||||||
|
margin: 'auto',
|
||||||
|
height: '218rpx',
|
||||||
|
},
|
||||||
|
isBtn: false
|
||||||
|
},
|
||||||
|
{
|
||||||
|
url: this.webUrl + '/引导页素材/首页引导/Group11/Group 11-2.png',
|
||||||
|
style:{
|
||||||
|
position: 'absolute',
|
||||||
|
zIndex: 99,
|
||||||
|
width: '118rpx',
|
||||||
|
top: 575*2+'rpx',
|
||||||
|
left: -210*2+'rpx',
|
||||||
|
right: 0,
|
||||||
|
margin: 'auto',
|
||||||
|
height: '46rpx',
|
||||||
|
},
|
||||||
|
isBtn: 'jump'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
url: this.webUrl + '/引导页素材/首页引导/Group11/Group 11-3.png',
|
||||||
|
style:{
|
||||||
|
position: 'absolute',
|
||||||
|
zIndex: 99,
|
||||||
|
width: '118rpx',
|
||||||
|
top: 575*2+'rpx',
|
||||||
|
left: -70*2+'rpx',
|
||||||
|
right: 0,
|
||||||
|
margin: 'auto',
|
||||||
|
height: '46rpx',
|
||||||
|
},
|
||||||
|
isBtn: 'next'
|
||||||
|
}
|
||||||
|
]
|
||||||
|
this.toEle('xpsx', imgs)
|
||||||
|
return
|
||||||
}
|
}
|
||||||
// top 140, buttom: 540
|
// top 140, buttom: 540
|
||||||
if(this.functionGuideData.step == 12) {
|
if(this.functionGuideData.step == 13) {
|
||||||
const imgs = [
|
const imgs = [
|
||||||
{
|
{
|
||||||
url: this.webUrl + '/引导页素材/首页引导/Group10/Group 10-1.png',
|
url: this.webUrl + '/引导页素材/首页引导/Group10/Group 10-1.png',
|
||||||
@@ -1150,54 +1198,7 @@ export default {
|
|||||||
})
|
})
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if (this.functionGuideData.step == 13) {
|
|
||||||
const imgs = [
|
|
||||||
{
|
|
||||||
url: this.webUrl + '/引导页素材/首页引导/Group11/Group 11-1.png',
|
|
||||||
style:{
|
|
||||||
position: 'absolute',
|
|
||||||
zIndex: 99,
|
|
||||||
width: '450rpx',
|
|
||||||
top: 465*2+'rpx',
|
|
||||||
left: 120*2+'rpx',
|
|
||||||
right: 0,
|
|
||||||
margin: 'auto',
|
|
||||||
height: '218rpx',
|
|
||||||
},
|
|
||||||
isBtn: false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
url: this.webUrl + '/引导页素材/首页引导/Group11/Group 11-2.png',
|
|
||||||
style:{
|
|
||||||
position: 'absolute',
|
|
||||||
zIndex: 99,
|
|
||||||
width: '118rpx',
|
|
||||||
top: 575*2+'rpx',
|
|
||||||
left: -210*2+'rpx',
|
|
||||||
right: 0,
|
|
||||||
margin: 'auto',
|
|
||||||
height: '46rpx',
|
|
||||||
},
|
|
||||||
isBtn: 'jump'
|
|
||||||
},
|
|
||||||
{
|
|
||||||
url: this.webUrl + '/引导页素材/首页引导/Group11/Group 11-3.png',
|
|
||||||
style:{
|
|
||||||
position: 'absolute',
|
|
||||||
zIndex: 99,
|
|
||||||
width: '118rpx',
|
|
||||||
top: 575*2+'rpx',
|
|
||||||
left: -70*2+'rpx',
|
|
||||||
right: 0,
|
|
||||||
margin: 'auto',
|
|
||||||
height: '46rpx',
|
|
||||||
},
|
|
||||||
isBtn: 'next'
|
|
||||||
}
|
|
||||||
]
|
|
||||||
this.toEle('xpsx', imgs)
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
if (this.functionGuideData.step == 14) {
|
if (this.functionGuideData.step == 14) {
|
||||||
const imgs = [
|
const imgs = [
|
||||||
|
|||||||
Reference in New Issue
Block a user