Kaynağa Gözat

注册逻辑

wgl 4 yıl önce
ebeveyn
işleme
c2e5c9cdad
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;