From 7a6937919f0980318148c3658eaa689ae3ee8cec Mon Sep 17 00:00:00 2001 From: Paidax Date: Wed, 18 Jun 2025 22:51:46 +0800 Subject: [PATCH] =?UTF-8?q?=E7=96=97=E4=BC=91=E5=85=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../therapyRecuperation/baseManagement.html | 2 +- .../mobile/therapyRecuperation/lineInfo.html | 17 +++++++++++++---- .../therapyRecuperation/myRecuperation.html | 6 +++--- 3 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/main/resources/views/mobile/therapyRecuperation/baseManagement.html b/src/main/resources/views/mobile/therapyRecuperation/baseManagement.html index 704ee33..0904e8a 100644 --- a/src/main/resources/views/mobile/therapyRecuperation/baseManagement.html +++ b/src/main/resources/views/mobile/therapyRecuperation/baseManagement.html @@ -399,7 +399,7 @@ layout("/mobile/platform.html"){ 上下滑动翻页,单击查看,再单击返回
-
+
我已阅读确认
diff --git a/src/main/resources/views/mobile/therapyRecuperation/lineInfo.html b/src/main/resources/views/mobile/therapyRecuperation/lineInfo.html index 0c7b393..ac8a47c 100644 --- a/src/main/resources/views/mobile/therapyRecuperation/lineInfo.html +++ b/src/main/resources/views/mobile/therapyRecuperation/lineInfo.html @@ -584,7 +584,7 @@ layout("/mobile/platform.html"){ 上下滑动翻页,单击查看,再单击返回
-
+
我已阅读确认
@@ -769,19 +769,28 @@ layout("/mobile/platform.html"){ const companion = cloneData.companionList[i]; // 检查每个字段是否为空 if (!companion.userName || !companion.idCard || !companion.mobile) { - this.$toast('请填写完整随行人信息') + vant.Dialog.alert({ + title: '提示', + message: '请填写完整随行人信息', + }); return } // 填了身份证,校验是否正确 if (companion.idCard) { if (!this.validateIdCard(companion.idCard)) { - this.$toast('随行人'+ (i+1) +'的身份证不正确') + vant.Dialog.alert({ + title: '提示', + message: '【随行人'+ (i+1) +'】的身份证不正确', + }); return } else { // 判断companion.age,是不是在1到70岁之间,不是就提示 if (companion.age < 1 || companion.age > 70) { - this.$toast('随行人'+ (i+1) +'的年龄超出限制,请添加其他联系人') + vant.Dialog.alert({ + title: '提示', + message: '【随行人'+ (i+1) +'】的年龄超出限制,请添加其他联系人', + }); return } } diff --git a/src/main/resources/views/mobile/therapyRecuperation/myRecuperation.html b/src/main/resources/views/mobile/therapyRecuperation/myRecuperation.html index 5e955d3..d78451e 100644 --- a/src/main/resources/views/mobile/therapyRecuperation/myRecuperation.html +++ b/src/main/resources/views/mobile/therapyRecuperation/myRecuperation.html @@ -254,11 +254,11 @@ layout("/mobile/platform.html"){ -