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