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"
/>
-
+
-
+