This commit is contained in:
刘仕伟
2024-01-24 10:31:55 +08:00
parent 0047e3dbe7
commit 7eec4b50ce
2 changed files with 2 additions and 2 deletions

View File

@@ -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"
}, },

View File

@@ -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({