From 7931a3a472c614a8ab9d19c1364ba24cf002102e Mon Sep 17 00:00:00 2001 From: jyx <2012969435@qq.com> Date: Tue, 8 Oct 2024 13:32:08 +0800 Subject: [PATCH] =?UTF-8?q?fix=E7=99=BB=E5=BD=95loading=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/index.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/login/index.vue b/src/pages/login/index.vue index 0af9561..5b04f0d 100644 --- a/src/pages/login/index.vue +++ b/src/pages/login/index.vue @@ -233,9 +233,8 @@ const logining = async () => { uni.setStorageSync("token", res.data.Token); uni.setStorageSync("userInfo", res.data.AccountInfo); await paintingDetail(); - - loading.value = false; } + loading.value = false; };