Fix:4423 【旅居商城小程序】送礼—礼品卡封面主图显示有误

This commit is contained in:
linxi
2025-11-12 15:53:10 +08:00
parent b8f9a250fb
commit 561b0968ab
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -180,7 +180,7 @@
</text>
</view>
</view>
<view class="v12-ml-4 v12-mt-2 v12-mb-2 v12-align-center">
<view class="v12-ml-4 v12-mt-2 v12-mb-2 v12-align-center" v-if="order.isTravelGroup === 1">
<u-icon name="clock" color="#333" size="28rpx" bold></u-icon>
<text class="v12-font-bold v12-font-24">
入住时间: {{ order.travelGroupOrderInfo.orderStartDate }}
+3
View File
@@ -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
}