瀏覽代碼

注册逻辑

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;