yangan
2024-10-25 fa80f1ae2cda9c23f7cd34065828f9ffc31b2e70
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