Fix:3987 【商城小程序】礼包订单分享链接错误
This commit is contained in:
@@ -327,7 +327,7 @@ export default {
|
|||||||
return {
|
return {
|
||||||
title: this.giftItem.message || '礼笺轻启,礼藏心意',
|
title: this.giftItem.message || '礼笺轻启,礼藏心意',
|
||||||
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.cartInfo[0].productInfo.image
|
imageUrl: this.giftItem.giftCardInfo.cover
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|||||||
Reference in New Issue
Block a user