From 77264b667e0955ae306684f46f57b71c908c351b Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 8 Aug 2025 10:11:21 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4068=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E9=80=81=E7=A4=BC=E5=AF=84=E8=AF=AD=EF=BC=8C?= =?UTF-8?q?=E4=BB=8E=E6=88=91=E7=9A=84=E8=AE=A2=E5=8D=95=E5=A4=84=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E3=80=90=E9=80=81=E7=BB=99=E5=A5=BD=E5=8F=8B=E3=80=91?= =?UTF-8?q?=EF=BC=8C=E6=89=80=E5=88=86=E4=BA=AB=E7=A4=BC=E5=93=81=E5=8D=A1?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E7=9A=84=E9=80=81=E7=A4=BC=E5=AF=84=E8=AF=AD?= =?UTF-8?q?=E6=9C=AA=E5=90=8C=E6=AD=A5=EF=BC=8C=E6=98=BE=E7=A4=BA=E4=B8=BA?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=81=E7=A4=BC=E5=AF=84=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/MyOrder/index.vue | 2 +- pkg_user/views/gift/gift.vue | 2 +- pkg_user/views/gift/receive.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index a5f087a..f1353ad 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -346,7 +346,7 @@ export default { withShareTicket: true }) return { - title: this.giftItem.message || '礼笺轻启,礼藏心意', + title: '礼笺轻启,礼藏心意', path: `/pkg_user/views/gift/receive?code=${this.giftItem.giftCardInfo.code}`, imageUrl: this.giftItem.giftCardInfo.giftCardImage } diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 0af4060..a1be0ee 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -286,7 +286,7 @@ export default { withShareTicket: true }) return { - title: this.message || '礼笺轻启,礼藏心意', + title: '礼笺轻启,礼藏心意', path: `/pkg_user/views/gift/receive?code=${this.giftKey}`, imageUrl: this.giftImage } diff --git a/pkg_user/views/gift/receive.vue b/pkg_user/views/gift/receive.vue index c26daa5..8bfddf0 100644 --- a/pkg_user/views/gift/receive.vue +++ b/pkg_user/views/gift/receive.vue @@ -41,7 +41,7 @@ export default { withShareTicket: true }) return { - title: this.giftCard.message || '礼笺轻启,礼藏心意', + title: '礼笺轻启,礼藏心意', path: `/pkg_user/views/gift/receive?code=${this.giftCard.code}`, imageUrl: this.giftCard.image }