疗休养
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user