From e9ecdda8723c7831318b0b5b9ea5d40106cd8a51 Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 3 Jun 2025 09:28:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(index):=20=E9=A6=96=E9=A1=B5=E7=AB=8B?= =?UTF-8?q?=E5=8D=B3=E7=BB=AD=E7=BA=A6=E9=80=BB=E8=BE=91=E6=9A=82=E6=97=B6?= =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 6063eea..a9df53f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -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 = '立即续约' } } })