diff --git a/pkg_user/views/gift/gift.vue b/pkg_user/views/gift/gift.vue index 17fe190..59ba362 100644 --- a/pkg_user/views/gift/gift.vue +++ b/pkg_user/views/gift/gift.vue @@ -552,6 +552,7 @@ export default { }, // 获取商品以前使用过的AI礼品卡图片 aiGiftImageHistoryReq() { + if (!this.goodsInfo.productId || this.isGroupBuy) return aiGiftImageHistory({ productId: this.goodsInfo.productId }).then(res => {