更新
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user