From b17acfe68863c1a80b8cfe6eb565bdaca03f0b1c Mon Sep 17 00:00:00 2001 From: 819527061@qq.com <123456> Date: 星期三, 13 三月 2024 17:39:19 +0800 Subject: [PATCH] 转发添加注释 --- pages/login/userPassword.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue index fff267a..ffe870d 100644 --- a/pages/login/userPassword.vue +++ b/pages/login/userPassword.vue @@ -103,6 +103,7 @@ }); }) .catch(err => { + this.submitLoading = false this.$u.toast('鐧诲綍寮傚父锛�'); console.log(err); }); @@ -133,10 +134,11 @@ }); } } - }) - .catch(e => { + }).catch(e => { + this.submitLoading = false this.$u.toast(e); }); + } } }; -- Gitblit v1.9.1