Commit 458997e6 authored by 小费同学阿's avatar 小费同学阿 💬

代码规范修复

parent 11552ec3
......@@ -130,13 +130,13 @@ export default {
petStatus: ''
},
rules: {
phone: [
{
pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
message: '请输入正确的手机号码',
trigger: 'blur'
}
]
// phone: [
// {
// pattern: /^1[3|4|5|6|7|8|9][0-9]\d{8}$/,
// message: '请输入正确的手机号码',
// trigger: 'blur'
// }
// ]
},
// 选中数据
chooseData: {},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment