Fix:4309 【旅居商城小程序】旅居收礼页面无数据

This commit is contained in:
LinCyJang
2025-11-01 13:02:38 +08:00
parent cebe0c75d4
commit f08818a7d7
5 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -494,7 +494,7 @@ export default {
})
return {
title: '礼笺轻启,礼藏心意',
path: `/pkg_user/views/gift/receive?code=${this.giftItem.giftCardInfo.code}`,
path: `/pkg_user/views/gift/receive?code=${this.giftItem.giftCardInfo.code}&isTravelGroup=${this.giftItem.isTravelGroup ? 1 : 0}`,
imageUrl: this.giftItem.giftCardInfo.giftCardImage
}
},