Fix:3278 【礼品功能】默认寄语赠送好友后,我的礼品卡页面未显示赠言
This commit is contained in:
@@ -269,7 +269,7 @@ export default {
|
|||||||
cartId: this.cartId,
|
cartId: this.cartId,
|
||||||
couponId: this.couponId,
|
couponId: this.couponId,
|
||||||
templateId: this.templateId,
|
templateId: this.templateId,
|
||||||
message : this.message,
|
message : this.message || '礼笺轻启,礼藏心意',
|
||||||
cover: this.selectedCover,
|
cover: this.selectedCover,
|
||||||
canTransfer: this.canTransfer ? 1 : 0,
|
canTransfer: this.canTransfer ? 1 : 0,
|
||||||
payType: this.payType,
|
payType: this.payType,
|
||||||
|
|||||||
Reference in New Issue
Block a user