Browse Source

更新注册

李书文 1 year ago
parent
commit
afcec5c33d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/login/register.vue

+ 1 - 1
pages/login/register.vue

@@ -79,7 +79,7 @@ export default {
 		},
 		submit() {
 			let rule = [
-				{ name: 'phone', checkType: 'phone', errorMsg: '请输入正确的手机号' },
+				{ name: 'phone', checkType: 'phone', errorMsg: '请输入正确的手机号' },
 				{ name: 'smsCode', checkType: 'notnull', errorMsg: '请输入验证码' },
 				{ name: 'password', checkType: 'notnull', errorMsg: '请输入密码' },
 				{ name: 'rePassword', checkType: 'same', checkRule: this.form.password, errorMsg: '两次输入不一致' },