更新
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
"manifest_version": 3,
|
||||
"name": "TEMU助手",
|
||||
"description": "TEMU助手 - 自动化提高生产效率",
|
||||
"version": "3.1.0",
|
||||
"version": "3.1.1",
|
||||
"background": {
|
||||
"service_worker": "/background.js"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user