From 1ec7c502404b7201bf066c9eeb30fbfe397a5080 Mon Sep 17 00:00:00 2001 From: linxi Date: Fri, 11 Jul 2025 16:45:28 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3987=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=E7=A4=BC=E5=8C=85=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=88=86=E4=BA=AB=E9=93=BE=E6=8E=A5=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/MyOrder/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index c108462..e15c010 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -327,7 +327,7 @@ export default { return { title: this.giftItem.message || '礼笺轻启,礼藏心意', path: `/pkg_user/views/gift/receive?code=${this.giftItem.giftCardInfo.code}`, - imageUrl: this.giftItem.cartInfo[0].productInfo.image + imageUrl: this.giftItem.giftCardInfo.cover } }, methods: {