Fix(送礼/旅居):旅居商品不需要AI文生图,故屏蔽获取历史数据接口

(cherry picked from commit e411d629a5d20a1fdf7c3d6d7536f53373fff37f)
This commit is contained in:
lifizer
2026-09-21 19:27:23 +08:00
parent 80fd243b22
commit 3f125d12a2
+1
View File
@@ -552,6 +552,7 @@ export default {
},
// 获取商品以前使用过的AI礼品卡图片
aiGiftImageHistoryReq() {
if (!this.goodsInfo.productId || this.isGroupBuy) return
aiGiftImageHistory({
productId: this.goodsInfo.productId
}).then(res => {