浏览代码

更新注册

李书文 1 年之前
父节点
当前提交
afcec5c33d
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: '两次输入不一致' },