From b4e5ff427d478fa2aac6ed81faca850b46a544fc Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期二, 06 八月 2024 10:48:21 +0800 Subject: [PATCH] feat:绑定loading状态问题 --- pages/login/userPassword.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue index 74029aa..b1b382f 100644 --- a/pages/login/userPassword.vue +++ b/pages/login/userPassword.vue @@ -131,6 +131,7 @@ if (uni.getStorageSync('bindcode')) { this.$reqPost('wxBind', { state: 'MINI', code: uni.getStorageSync('bindcode') }, 'params').then(res => { + this.submitLoading = false uni.hideLoading(); if (res.code == 0) { this.$u.toast('缁戝畾鎴愬姛锛佸嵆灏嗗洖鍒扮櫥褰曢〉锛�'); -- Gitblit v1.9.1