소스 검색

修改忘记密码

xiaodai2017 1 년 전
부모
커밋
c5b9b8e9ea
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  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 {