Fix:4068 【商城小程序】自定义输入送礼寄语,从我的订单处点击【送给好友】,所分享礼品卡链接的送礼寄语未同步,显示为默认送礼寄语
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user