调整
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "TEMU助手",
|
"name": "TEMU助手",
|
||||||
"description": "TEMU助手 - 自动化提高生产效率",
|
"description": "TEMU助手 - 自动化提高生产效率",
|
||||||
"version": "3.1.8",
|
"version": "3.1.9",
|
||||||
"background": {
|
"background": {
|
||||||
"service_worker": "/background.js"
|
"service_worker": "/background.js"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -708,7 +708,7 @@
|
|||||||
})
|
})
|
||||||
if (temp.length == 0) {
|
if (temp.length == 0) {
|
||||||
let mallInfo = this.mallList.filter(item1 => {
|
let mallInfo = this.mallList.filter(item1 => {
|
||||||
return item1.mallId == this.mallId
|
return item1.mallId == mallId
|
||||||
})
|
})
|
||||||
let mallName = mallInfo[0].mallName
|
let mallName = mallInfo[0].mallName
|
||||||
this.errorList.push({
|
this.errorList.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user