疗休养

This commit is contained in:
Paidax
2025-06-19 12:23:52 +08:00
parent 70350c82e7
commit a9270e06f7
7 changed files with 251 additions and 134 deletions
@@ -781,7 +781,7 @@ layout("/mobile/platform.html"){
if (!this.validateIdCard(companion.idCard)) {
vant.Dialog.alert({
title: '提示',
message: '随行人'+ (i+1) +'】的身份证不正确',
message: '随行人'+ companion.userName +'】的身份证不正确',
});
return
} else {
@@ -789,7 +789,7 @@ layout("/mobile/platform.html"){
if (companion.age < 1 || companion.age > 70) {
vant.Dialog.alert({
title: '提示',
message: '随行人'+ (i+1) +'】的年龄超出限制,请添加其他联系人',
message: '随行人'+ companion.userName +'】的年龄超出限制,请添加其他联系人',
});
return
}