From e6b33e9d7ecfad2c01a8b9a241cba4f7c72efa83 Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Mon, 24 Nov 2025 17:25:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E7=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/memorial/compositons/enshrinedList.vue | 10 +++---- .../compositons/enshrinedListIndex.vue | 28 +++++++++---------- pages/memorial/compositons/offeringModal.vue | 22 +++++++-------- pages/memorial/memorialHall.vue | 24 ++++++++-------- 4 files changed, 42 insertions(+), 42 deletions(-) diff --git a/pages/memorial/compositons/enshrinedList.vue b/pages/memorial/compositons/enshrinedList.vue index ac30b62..86ab1c1 100644 --- a/pages/memorial/compositons/enshrinedList.vue +++ b/pages/memorial/compositons/enshrinedList.vue @@ -2,10 +2,10 @@ - 供奉人 - 供奉时间 + 点灯人 + 点灯时间 结束时间 - 供奉类型 + 点灯类型 @@ -32,7 +32,7 @@ 📝 - 暂无供奉记录 + 暂无点灯记录 @@ -132,7 +132,7 @@ export default { this.hasMore = this.enshrinedList.length < total; } catch (error) { - console.error("加载供奉列表失败:", error); + console.error("加载点灯列表失败:", error); // 错误时使用模拟数据(仅用于测试) console.log("API 调用失败,使用模拟数据"); const mockData = this.getMockData(); diff --git a/pages/memorial/compositons/enshrinedListIndex.vue b/pages/memorial/compositons/enshrinedListIndex.vue index b3a1d9c..b024a99 100644 --- a/pages/memorial/compositons/enshrinedListIndex.vue +++ b/pages/memorial/compositons/enshrinedListIndex.vue @@ -2,10 +2,10 @@ - 供奉人 - 供奉时间 + 点灯人 + 点灯时间 结束时间 - 供奉类型 + 点灯类型 @@ -16,23 +16,23 @@ class="table-row" @click="handleItemClick(item)" > - {{ - item.worshiperName || "未知" - }} - {{ - formatDate(item.startDate) - }} + {{ item.worshiperName || "未知" }} + + {{ formatDate(item.startDate) }} + {{ formatDate(item.endDate) }} - {{ - item.thaliName || "未知类型" - }} + {{ item.thaliName || "未知类型" }} + 📝 - 暂无供奉记录 + 暂无点灯记录 @@ -132,7 +132,7 @@ export default { this.hasMore = this.enshrinedList.length < total; } catch (error) { - console.error("加载供奉列表失败:", error); + console.error("加载点灯列表失败:", error); // 错误时使用模拟数据(仅用于测试) console.log("API 调用失败,使用模拟数据"); const mockData = this.getMockData(); diff --git a/pages/memorial/compositons/offeringModal.vue b/pages/memorial/compositons/offeringModal.vue index d7c03f4..c69bfc9 100644 --- a/pages/memorial/compositons/offeringModal.vue +++ b/pages/memorial/compositons/offeringModal.vue @@ -8,9 +8,9 @@ - 牌位供奉 + 牌位点灯 - + - + - + - 将在供奉名单上展现供奉人的姓名,此为必填 + 将在点灯名单上展现点灯人的姓名,此为必填 @@ -44,7 +44,7 @@ ¥{{ totalPrice }} - 立即供奉 + 立即点灯 @@ -91,17 +91,17 @@ export default { this.$emit("close"); }, - // 选择供奉时长 + // 选择点灯时长 selectDuration(value) { this.selectedDuration = value; }, - // 确认供奉 + // 确认点灯 handleConfirm() { - // 验证供奉人姓名 + // 验证点灯人姓名 if (!this.offererName.trim()) { uni.showToast({ - title: "请填写供奉人姓名", + title: "请填写点灯人姓名", icon: "none", }); return; diff --git a/pages/memorial/memorialHall.vue b/pages/memorial/memorialHall.vue index 5192c88..57c6a8d 100644 --- a/pages/memorial/memorialHall.vue +++ b/pages/memorial/memorialHall.vue @@ -109,7 +109,7 @@ @view-details="handleViewDetails" /> - + - +