From 6d6ee3c2b5446cefdc98d08daf6f5d7d709d278c Mon Sep 17 00:00:00 2001 From: WindowBird <13870814+windows-bird@user.noreply.gitee.com> Date: Wed, 27 Aug 2025 15:46:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=8B=E5=8D=B3=E4=BE=9B=E5=A5=89=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E8=8E=B7=E5=8F=96=E5=8A=A8=E6=80=81=E5=A5=97=E9=A4=90?= =?UTF-8?q?=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/memorial/memorial.js | 8 + pages/memorial/compositons/offeringModal.vue | 453 ++++---- pages/memorial/memorialHall.vue | 1018 +++++++++--------- 3 files changed, 760 insertions(+), 719 deletions(-) diff --git a/api/memorial/memorial.js b/api/memorial/memorial.js index 5dbd499..ab6adb9 100644 --- a/api/memorial/memorial.js +++ b/api/memorial/memorial.js @@ -50,3 +50,11 @@ export function checkIsCollected(memorialId) { }, }); } + +// 获取套餐列表 +export function getPackageList() { + return request({ + url: "/app/thali/list", + method: "get", + }); +} diff --git a/pages/memorial/compositons/offeringModal.vue b/pages/memorial/compositons/offeringModal.vue index db74c54..14db4cd 100644 --- a/pages/memorial/compositons/offeringModal.vue +++ b/pages/memorial/compositons/offeringModal.vue @@ -1,5 +1,5 @@ diff --git a/pages/memorial/memorialHall.vue b/pages/memorial/memorialHall.vue index 3e41f9f..c2f9ab9 100644 --- a/pages/memorial/memorialHall.vue +++ b/pages/memorial/memorialHall.vue @@ -7,19 +7,24 @@ - {{ memorialDetail ? memorialDetail.name : '加载中...' }} - - {{ isCollected ? '已收藏' : '收藏牌位' }} + {{ memorialDetail ? memorialDetail.name : "加载中..." }} + + + {{ isCollected ? "已收藏" : "收藏牌位" }} @@ -28,9 +33,9 @@ @@ -40,8 +45,8 @@ @@ -61,32 +66,35 @@ - {{ deceased.diedYear || '吉' }} + {{ deceased.diedYear || "吉" }} - {{ deceased.diedMonths || '吉利' }} + {{ deceased.diedMonths || "吉利" }} - {{ deceased.diedDay || '吉' }} + {{ deceased.diedDay || "吉" }} - + 暂无往生者信息 - 联系人:{{ memorialDetail.contactName || '暂无' }}({{ - memorialDetail.contactPhone || '暂无' + 联系人:{{ memorialDetail.contactName || "暂无" }}({{ + memorialDetail.contactPhone || "暂无" }}) 地址:{{ memorialDetail.address }} - 联系人:暂无联系信息 + 联系人:暂无联系信息 @@ -94,18 +102,18 @@ @@ -114,6 +122,7 @@