From d26d6c0e0ff87ad0927a223cb97a863954bae2c5 Mon Sep 17 00:00:00 2001 From: Zeeland <287017217@qq.com> Date: Sun, 23 Oct 2022 03:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20the=20state=20transition?= =?UTF-8?q?=20of=20login=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/login.vue b/pages/login.vue index 76d2073..d0cd43f 100644 --- a/pages/login.vue +++ b/pages/login.vue @@ -123,6 +123,8 @@ export default { }) } } + },functions(error) { + _ts.$set(_ts, 'loginLoading', false); }) } else { return false;