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