This commit is contained in:
liushiwei
2023-12-06 16:50:06 +08:00
parent 3921daba27
commit fa57f0fa99
2 changed files with 2 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ export default {
data: { data: {
goods_id: this.goodsId goods_id: this.goodsId
}}).then((res) => { }}).then((res) => {
if (!res.goods) { if (!res.goods || !res.goods.productName) {
//this.isCopying = false //this.isCopying = false
//Message.error("获取商品信息失败,采集失败") //Message.error("获取商品信息失败,采集失败")
this.addToDraft() this.addToDraft()

View File

@@ -2,7 +2,7 @@
"manifest_version": 3, "manifest_version": 3,
"name": "TEMU助手", "name": "TEMU助手",
"description": "TEMU助手 - 自动化提高生产效率", "description": "TEMU助手 - 自动化提高生产效率",
"version": "3.1.0", "version": "3.1.1",
"background": { "background": {
"service_worker": "/background.js" "service_worker": "/background.js"
}, },