|
@@ -42,7 +42,7 @@ export default {
|
|
|
methods: {
|
|
|
submit() {
|
|
|
let rule = [
|
|
|
- { name: 'phone', checkType: 'phone', errorMsg: '请输入正确的手机号' },
|
|
|
+ { name: 'phone', checkType: 'phone', errorMsg: '请输入正确的手机号码' },
|
|
|
{ name: 'password', checkType: 'notnull', errorMsg: '请输入密码' },
|
|
|
{ name: 'checked', checkType: 'notnull', errorMsg: '请同意并勾选协议' }
|
|
|
];
|