|
@@ -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: '两次输入不一致' },
|