From e7e3c867bbf98910d25f8116da7198dfe77e118b Mon Sep 17 00:00:00 2001 From: woody Date: Tue, 12 Aug 2025 14:26:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(balance):=20=E6=8F=90=E7=8E=B0=E4=B8=8D?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E7=BB=8F=E9=94=80=E5=95=86=E8=AE=A4=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/balance/index.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/mine/balance/index.vue b/pages/mine/balance/index.vue index bc8e570..2baee2b 100644 --- a/pages/mine/balance/index.vue +++ b/pages/mine/balance/index.vue @@ -249,7 +249,9 @@ export default { }) .then(res => { if (res.code == 200 && res.flag == 'Y') { - this.checkExit(item) + uni.navigateTo({ + url: item.path, + }) } else if (res.code == 200 && res.flag == 'N') { uni.showToast({ title: '请先进行实名认证',