From 561b0968ab8823822fbf775a8dcc83da13d8bb3d Mon Sep 17 00:00:00 2001 From: linxi <957440651@qq.com> Date: Wed, 12 Nov 2025 15:53:10 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4423=20=E3=80=90=E6=97=85=E5=B1=85?= =?UTF-8?q?=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E9=80=81?= =?UTF-8?q?=E7=A4=BC=E2=80=94=E7=A4=BC=E5=93=81=E5=8D=A1=E5=B0=81=E9=9D=A2?= =?UTF-8?q?=E4=B8=BB=E5=9B=BE=E6=98=BE=E7=A4=BA=E6=9C=89=E8=AF=AF?= 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 | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/order/MyOrder/index.vue b/pages/order/MyOrder/index.vue index bc1e4fd..c9222da 100644 --- a/pages/order/MyOrder/index.vue +++ b/pages/order/MyOrder/index.vue @@ -180,7 +180,7 @@ - + 入住时间: {{ order.travelGroupOrderInfo.orderStartDate }} diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index b45bf23..a586aff 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -581,6 +581,9 @@ export default { this.giftImage = res.data.giftCardTemplates[0].image this.goodsInfo = { ...res.data.travelGroupProduct, + productInfo: { + image: res.data.travelGroupProduct.mainImage, + } } this.giftNotice = res.data.giftCardGiftNotice }