This commit is contained in:
liushiwei
2023-08-24 09:20:22 +08:00
parent 359eeb65c3
commit a74e042e86
2 changed files with 3 additions and 1 deletions

View File

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

View File

@@ -347,6 +347,8 @@ import { Message } from 'element-ui'
this.todayTotal = 0
this.inventoryMoeny = 0.0
this.inventoryTotal = 0
this.deliveryTotal = 0
this.deliveryMoeny = 0.0
this.allProductList = []
if (!this.mallId) {