From bcf7914e7b55e72cc453b559086255a56fe53a64 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 20 一月 2025 08:59:44 +0800 Subject: [PATCH] feat:电子提煤单下载显示 --- pages/login/userPassword.vue | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue index fe7f89a..c65d901 100644 --- a/pages/login/userPassword.vue +++ b/pages/login/userPassword.vue @@ -204,10 +204,7 @@ if (res.code) { uni.setStorageSync('bindcode', res.code); } - } - }); - this.submitLoading = false - if (uni.getStorageSync('bindcode')) { + if (uni.getStorageSync('bindcode')) { this.$reqPost('wxBind', { state: 'MINI', code: uni.getStorageSync('bindcode') }, 'params').then(res => { uni.hideLoading(); @@ -223,6 +220,10 @@ this.submitLoading = false; }); } + } + }); + this.submitLoading = false + } }).catch(e => { this.submitLoading = false -- Gitblit v1.9.1