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