From 87cbe3cb205149e7fcaae5660683bab032fa22dd Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 29 Aug 2022 09:56:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7198=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E8=BE=93=E5=85=A5=20=20=E4=B8=AA=E4=BA=BA=E6=88=90?= =?UTF-8?q?=E7=BB=A9=E5=BD=95=E5=85=A5=20=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/info/index.vue | 3 ++- src/views/system/testItemScore/index.vue | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/views/system/info/index.vue b/src/views/system/info/index.vue index 316d024..facc3df 100644 --- a/src/views/system/info/index.vue +++ b/src/views/system/info/index.vue @@ -220,7 +220,8 @@ export default { var checkMobile = (rule, value, cb) => { // 验证手机号的正则表达式 const regMobile = - /^(0|86|17951)?(13[0-9]|15[012356789]|17[678]|18[0-9]|14[57])[0-9]{8}$/; + /^(?:(?:\+|00)86)?1(?:(?:3[\d])|(?:4[5-79])|(?:5[0-35-9])|(?:6[5-7])|(?:7[0-8])|(?:8[\d])|(?:9[189]))\d{8}$/; + // /^(0|86|17951)?(13[0-9]|15[012356789]|17[678]|18[0-9]|14[57])[0-9]{8}$/; const reg = /^(0[0-9]{2,3}\-)([2-9][0-9]{6,7})+(\-[0-9]{1,4})?$/; const isTel = reg.test(value); diff --git a/src/views/system/testItemScore/index.vue b/src/views/system/testItemScore/index.vue index c644c7a..4388c7d 100644 --- a/src/views/system/testItemScore/index.vue +++ b/src/views/system/testItemScore/index.vue @@ -183,7 +183,7 @@ @click="yryinnerVisible = true" v-if="kindergartenName == '请选择幼儿园'" style=" - width: 200px; + width: 240px; text-align: left; height: 36px; color: #c0c4cc; @@ -197,7 +197,7 @@ @click="yryinnerVisible = true" v-else style=" - width: 200px; + width: 240px; text-align: left; height: 36px; padding-left: -10px;