pages/login/userPassword.vue
@@ -131,6 +131,7 @@ if (uni.getStorageSync('bindcode')) { this.$reqPost('wxBind', { state: 'MINI', code: uni.getStorageSync('bindcode') }, 'params').then(res => { this.submitLoading = false uni.hideLoading(); if (res.code == 0) { this.$u.toast('绑定成功!即将回到登录页!');