3
0
Fork 0

feat(index): 首页立即续约逻辑暂时注释

This commit is contained in:
woody 2025-06-03 09:28:06 +08:00
parent 5736cf0ebc
commit e9ecdda872
1 changed files with 8 additions and 7 deletions

View File

@ -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 = ''
}
}
})