Fix:3212 【商城小程序】首页千县功能指引“开始探寻”直接修改为“跳过”和“下一步”按钮

This commit is contained in:
linxi
2025-02-12 18:25:37 +08:00
parent 5ba5aff309
commit f0abc1e87a
+15 -1
View File
@@ -962,7 +962,7 @@ export default {
isBtn: false
},
{
url: this.webUrl + '/引导页素材/首页引导/Group7/Group 7-2.png',
url: this.webUrl + '/引导页素材/首页引导/Group8/Group 8-2.png',
style:{
position: 'absolute',
zIndex: 99,
@@ -973,6 +973,20 @@ export default {
margin: 'auto',
height: '46rpx',
},
isBtn: 'jump'
},
{
url: this.webUrl + '/引导页素材/首页引导/Group8/Group 8-3.png',
style:{
position: 'absolute',
zIndex: 99,
width: '129rpx',
top: 315*2+'rpx',
left: 139 * 2+'rpx',
right: 0,
margin: 'auto',
height: '46rpx',
},
isBtn: 'next'
},
]