diff --git a/pkg_user/views/giftList.vue b/pkg_user/views/giftList.vue index fd914bf..e2c2a12 100644 --- a/pkg_user/views/giftList.vue +++ b/pkg_user/views/giftList.vue @@ -208,7 +208,7 @@ export default { return { title: this.giftItem.message || '礼笺轻启,礼藏心意', path: `/pkg_user/views/gift/receive?code=${this.giftItem.code}`, - imageUrl: this.giftItem.giftInfo[0].productInfo.image + imageUrl: this.giftItem.templateInfo.image } }, methods: {