Fix:4068 【商城小程序】自定义输入送礼寄语,从我的订单处点击【送给好友】,所分享礼品卡链接的送礼寄语未同步,显示为默认送礼寄语

This commit is contained in:
linxi
2025-08-08 10:11:21 +08:00
parent cd592355bf
commit 77264b667e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -346,7 +346,7 @@ export default {
withShareTicket: true withShareTicket: true
}) })
return { return {
title: this.giftItem.message || '礼笺轻启,礼藏心意', title: '礼笺轻启,礼藏心意',
path: `/pkg_user/views/gift/receive?code=${this.giftItem.giftCardInfo.code}`, path: `/pkg_user/views/gift/receive?code=${this.giftItem.giftCardInfo.code}`,
imageUrl: this.giftItem.giftCardInfo.giftCardImage imageUrl: this.giftItem.giftCardInfo.giftCardImage
} }
+1 -1
View File
@@ -286,7 +286,7 @@ export default {
withShareTicket: true withShareTicket: true
}) })
return { return {
title: this.message || '礼笺轻启,礼藏心意', title: '礼笺轻启,礼藏心意',
path: `/pkg_user/views/gift/receive?code=${this.giftKey}`, path: `/pkg_user/views/gift/receive?code=${this.giftKey}`,
imageUrl: this.giftImage imageUrl: this.giftImage
} }
+1 -1
View File
@@ -41,7 +41,7 @@ export default {
withShareTicket: true withShareTicket: true
}) })
return { return {
title: this.giftCard.message || '礼笺轻启,礼藏心意', title: '礼笺轻启,礼藏心意',
path: `/pkg_user/views/gift/receive?code=${this.giftCard.code}`, path: `/pkg_user/views/gift/receive?code=${this.giftCard.code}`,
imageUrl: this.giftCard.image imageUrl: this.giftCard.image
} }