Fix:3278 【礼品功能】默认寄语赠送好友后,我的礼品卡页面未显示赠言

This commit is contained in:
modendeveloper
2025-02-25 23:41:01 +08:00
parent 6ac1b9d415
commit e092fe4d4c
+1 -1
View File
@@ -269,7 +269,7 @@ export default {
cartId: this.cartId,
couponId: this.couponId,
templateId: this.templateId,
message : this.message,
message : this.message || '礼笺轻启,礼藏心意',
cover: this.selectedCover,
canTransfer: this.canTransfer ? 1 : 0,
payType: this.payType,