forked from angelo/web-retail-h5
feat(index): 首页立即续约逻辑暂时注释
This commit is contained in:
parent
5736cf0ebc
commit
e9ecdda872
|
@ -459,12 +459,12 @@ export default {
|
|||
url: '/pages/selfService/realName/realName',
|
||||
})
|
||||
} else {
|
||||
uni.navigateTo({
|
||||
url:
|
||||
'/pages/specialArea/list?label=续约专区' +
|
||||
'&specialArea=30' +
|
||||
'&children=[]',
|
||||
})
|
||||
// uni.navigateTo({
|
||||
// url:
|
||||
// '/pages/specialArea/list?label=续约专区' +
|
||||
// '&specialArea=30' +
|
||||
// '&children=[]',
|
||||
// })
|
||||
}
|
||||
},
|
||||
getService() {
|
||||
|
@ -477,7 +477,8 @@ export default {
|
|||
if (this.jumpPage == 1) {
|
||||
this.confirmText = '实名认证'
|
||||
} else {
|
||||
this.confirmText = '立即续约'
|
||||
this.confirmText = '确定'
|
||||
// this.confirmText = '立即续约'
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue