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;