diff --git a/src/components/AiCopyFromTemu.vue b/src/components/AiCopyFromTemu.vue index 2a20f75..1506524 100644 --- a/src/components/AiCopyFromTemu.vue +++ b/src/components/AiCopyFromTemu.vue @@ -156,7 +156,7 @@ export default { data: { goods_id: this.goodsId }}).then((res) => { - if (!res.goods) { + if (!res.goods || !res.goods.productName) { //this.isCopying = false //Message.error("获取商品信息失败,采集失败") this.addToDraft() diff --git a/src/manifest.production.json b/src/manifest.production.json index 5896622..43468d2 100644 --- a/src/manifest.production.json +++ b/src/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "TEMU助手", "description": "TEMU助手 - 自动化提高生产效率", - "version": "3.1.0", + "version": "3.1.1", "background": { "service_worker": "/background.js" },