Browse Source

更新登录

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

+ 1 - 1
pages/login/login.vue

@@ -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: '请同意并勾选协议' }
 			];