From 3f125d12a21d4e05e8b997d51e37be9a1e0e8e52 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Mon, 21 Sep 2026 19:26:20 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E9=80=81=E7=A4=BC/=E6=97=85=E5=B1=85):?= =?UTF-8?q?=E6=97=85=E5=B1=85=E5=95=86=E5=93=81=E4=B8=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?AI=E6=96=87=E7=94=9F=E5=9B=BE=EF=BC=8C=E6=95=85=E5=B1=8F?= =?UTF-8?q?=E8=94=BD=E8=8E=B7=E5=8F=96=E5=8E=86=E5=8F=B2=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit e411d629a5d20a1fdf7c3d6d7536f53373fff37f) --- pkg_user/views/gift/gift.vue | 1 + 1 file changed, 1 insertion(+) 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 => {