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