Forráskód Böngészése

修改忘记密码

xiaodai2017 1 éve
szülő
commit
c5b9b8e9ea
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      src/views/login/forget-password.vue

+ 3 - 1
src/views/login/forget-password.vue

@@ -316,7 +316,9 @@ export default {
               if (res && res.code === 1) {
                 this.step++
                 this.setTime()
-              } 
+              } else{
+                this.$message.warning(res.msg)
+              }
             })
           }
         } else {