wgl 4 éve
szülő
commit
c2e5c9cdad
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;