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;