From 2207d11c7c23717e2c3d5ab489a753375e019c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=A6=E4=B9=A0=E5=BE=88=E5=B7=AE=E5=95=A6?= <17633066053@163.com> Date: Thu, 16 Feb 2023 16:28:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A5=E9=A9=BB=E7=94=B5?= =?UTF-8?q?=E8=AF=9D=E6=A0=A1=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/pages/shopEntry/FirstApply.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buyer/src/pages/shopEntry/FirstApply.vue b/buyer/src/pages/shopEntry/FirstApply.vue index 756f569e..57337c3d 100644 --- a/buyer/src/pages/shopEntry/FirstApply.vue +++ b/buyer/src/pages/shopEntry/FirstApply.vue @@ -234,7 +234,7 @@ export default { ], companyPhone: [ { required: true, message: '请填写公司电话' }, - { pattern: RegExp.TEL, message: '请填写正确的号码' } + { pattern: RegExp.mobile, message: '请填写正确的号码' } ], companyEmail: [ { required: true, message: '请填写电子邮箱' },