Fix:4423 【旅居商城小程序】送礼—礼品卡封面主图显示有误
This commit is contained in:
@@ -180,7 +180,7 @@
|
|||||||
</text>
|
</text>
|
||||||
</view>
|
</view>
|
||||||
</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>
|
<u-icon name="clock" color="#333" size="28rpx" bold></u-icon>
|
||||||
<text class="v12-font-bold v12-font-24">
|
<text class="v12-font-bold v12-font-24">
|
||||||
入住时间: {{ order.travelGroupOrderInfo.orderStartDate }}
|
入住时间: {{ order.travelGroupOrderInfo.orderStartDate }}
|
||||||
|
|||||||
@@ -581,6 +581,9 @@ export default {
|
|||||||
this.giftImage = res.data.giftCardTemplates[0].image
|
this.giftImage = res.data.giftCardTemplates[0].image
|
||||||
this.goodsInfo = {
|
this.goodsInfo = {
|
||||||
...res.data.travelGroupProduct,
|
...res.data.travelGroupProduct,
|
||||||
|
productInfo: {
|
||||||
|
image: res.data.travelGroupProduct.mainImage,
|
||||||
|
}
|
||||||
}
|
}
|
||||||
this.giftNotice = res.data.giftCardGiftNotice
|
this.giftNotice = res.data.giftCardGiftNotice
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user