소스 검색

注册逻辑

wgl 4 년 전
부모
커밋
c2e5c9cdad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/projects/home/views/User/Login.vue

+ 1 - 1
src/projects/home/views/User/Login.vue

@@ -141,7 +141,7 @@
 			},
 			//下一步
 			nextStep() {
-				if (!this.verifyCode || !this.personId) {
+				if (!this.verifyCode) {
 					mui.toast('请获取并填写验证码');
 				} else {
 					this.isLoading = true;