Fix(送礼/旅居):旅居商品不需要AI文生图,故屏蔽获取历史数据接口
(cherry picked from commit e411d629a5d20a1fdf7c3d6d7536f53373fff37f)
This commit is contained in:
@@ -552,6 +552,7 @@ export default {
|
||||
},
|
||||
// 获取商品以前使用过的AI礼品卡图片
|
||||
aiGiftImageHistoryReq() {
|
||||
if (!this.goodsInfo.productId || this.isGroupBuy) return
|
||||
aiGiftImageHistory({
|
||||
productId: this.goodsInfo.productId
|
||||
}).then(res => {
|
||||
|
||||
Reference in New Issue
Block a user