Fix(订单):分享使用礼品卡图片,不用封面

This commit is contained in:
lifizer
2025-07-17 16:35:51 +08:00
parent 85c5269ad9
commit 443b929d84
+1 -1
View File
@@ -341,7 +341,7 @@ export default {
return {
title: this.giftItem.message || '礼笺轻启,礼藏心意',
path: `/pkg_user/views/gift/receive?code=${this.giftItem.giftCardInfo.code}`,
imageUrl: this.giftItem.giftCardInfo.cover
imageUrl: this.giftItem.giftCardInfo.giftCardImage
}
},
methods: {