yangan
2025-02-27 ea7457be6870e35cd385e163ca9bba26d7621d66
pages/login/userPassword.vue
@@ -95,7 +95,7 @@
            password: uni.getStorageSync('remberPassWord').password || '',
            baseUrl: '',
            weXinisLoginFlag:[1,2,3], //微信
            H5IsLoginFlag:[5,6], //h5
            H5IsLoginFlag:[5,6,7], //h5
            submitLoading: false
         };
      },
@@ -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