Fix:4309 【旅居商城小程序】旅居收礼页面无数据
This commit is contained in:
@@ -290,7 +290,7 @@ export default {
|
||||
})
|
||||
return {
|
||||
title: '礼笺轻启,礼藏心意',
|
||||
path: `/pkg_user/views/gift/receive?code=${this.giftKey}&isTravelGroup=${this.isGroupBuy}`,
|
||||
path: `/pkg_user/views/gift/receive?code=${this.giftKey}&isTravelGroup=${this.isGroupBuy ? 1 : 0}`,
|
||||
imageUrl: this.shareImage
|
||||
}
|
||||
},
|
||||
@@ -577,7 +577,7 @@ export default {
|
||||
this.giftNotice = res.data.giftCardGiftNotice
|
||||
this.templateId = res.data.giftCardTemplates[0].id || ''
|
||||
this.orderKey = res.data.orderKey
|
||||
this.giftImage = res.data.giftCardTemplates[0].id
|
||||
this.giftImage = res.data.giftCardTemplates[0].image
|
||||
this.goodsInfo = {
|
||||
...res.data.travelGroupProduct,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user