From 558e1380dbaf8a729c4ced4af8d1989f9e3f8dc8 Mon Sep 17 00:00:00 2001 From: kk <875203880@qq.com> Date: Mon, 20 Jul 2026 17:00:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=9C=A8=E8=8E=B7=E5=8F=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/auth/loading.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/auth/loading.vue b/src/pages/auth/loading.vue index 3aab98a..9dded8b 100644 --- a/src/pages/auth/loading.vue +++ b/src/pages/auth/loading.vue @@ -67,6 +67,7 @@ export default { if (this.action === 'userinfo') { // 获取用户信息流程 + this.statusText = '正在获取用户信息...'; if (code) { this.handleUserInfoCallback(code); } else {