From 4c10d1f9fa06a2ae3fac23280b688e27a40950b5 Mon Sep 17 00:00:00 2001 From: luo Date: Thu, 30 Jul 2026 15:59:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B7=B3=E8=BD=AC=E6=89=8B=E6=9C=BA?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index e35f652..40251bd 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -350,10 +350,7 @@ indexEntryChecking.value = true; try { - const data = await loadAssetInfo(); - if (data && !data.bound_phone) { - uni.redirectTo({ url: '/pages/bind/bind?fromLogin=true' }); - } + await loadAssetInfo(); } finally { indexEntryChecking.value = false; }