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 | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue index 84b8b0a..c65d901 100644 --- a/pages/login/userPassword.vue +++ b/pages/login/userPassword.vue @@ -148,6 +148,7 @@ } //#endif this.$u.toast('鐧诲綍鎴愬姛'); + // #ifdef H5 if(this.isJizhu.length){ //璁颁綇瀵嗙爜 uni.setStorageSync('remberPassWord',{ username: this.username, @@ -159,6 +160,7 @@ password: '', }); } + //#endif this.submitLoading = false this.getLoginInfo(); // 璁板綍鐧诲綍淇℃伅 this.setUserTabbar(res.data.type); @@ -202,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(); @@ -221,6 +220,10 @@ this.submitLoading = false; }); } + } + }); + this.submitLoading = false + } }).catch(e => { this.submitLoading = false -- Gitblit v1.9.1