Task:礼品赠送/送礼、分享。收礼

This commit is contained in:
modendeveloper
2025-02-23 21:16:10 +08:00
parent aedc2fd768
commit 0f5f19d9a0
5 changed files with 21 additions and 16 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ export default {
},
onShareAppMessage() {
return {
title: '送朋友',
title: this.giftItem.message || '礼笺轻启,礼藏心意',
path: `/pkg_user/views/gift/receive?code=${this.giftItem.code}`,
imageUrl: this.giftItem.giftInfo[0].productInfo.image
}