From f22e264b6c282f597a139f549025cb9120fe0da1 Mon Sep 17 00:00:00 2001 From: wk Date: 星期三, 23 十月 2024 09:49:06 +0800 Subject: [PATCH] feat:临时入场 --- pages/login/userPassword.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue index 99bd0ca..f145714 100644 --- a/pages/login/userPassword.vue +++ b/pages/login/userPassword.vue @@ -234,9 +234,7 @@ if (res.code) { uni.setStorageSync('bindcode', res.code); } - } - }); - if (uni.getStorageSync('bindcode')) { + if (uni.getStorageSync('bindcode')) { this.$reqPost('wxBind', { state: 'MINI', code: uni.getStorageSync('bindcode') }, 'params').then(res => { uni.hideLoading(); @@ -250,6 +248,9 @@ } }); } + } + }); + } }).catch(e => { this.submitLoading = false -- Gitblit v1.9.1