yangan
2024-03-12 e9ddd5ea2ea6356da2c620253434d7eeb5e89977
pages/login/userPassword.vue
@@ -103,6 +103,7 @@
                              });
                           })
                           .catch(err => {
                              this.submitLoading = false
                              this.$u.toast('登录异常!');
                              console.log(err);
                           });
@@ -133,11 +134,11 @@
                        });
                     }
                  }
               })
               .catch(e => {
               }).catch(e => {
                  this.submitLoading = false
                  this.$u.toast(e);
               });
         }
      }
   };