疗休养优化1.4

This commit is contained in:
2026-06-16 08:57:25 +08:00
parent 990551905f
commit a8abd16c7a
5 changed files with 5 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

@@ -182,11 +182,8 @@ layout("/layouts/platform.html"){
data() {
const currentYear = moment().format("YYYY")
const validateMobile = (rule, value, callback) => {
const mobileReg = /^1[3-9]\d{9}$/
if (!value) {
callback(new Error("必填"))
} else if (!mobileReg.test(value)) {
callback(new Error("手机号格式不正确"))
} else {
callback()
}