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