diff --git a/src/manifest.production.json b/src/manifest.production.json index 9f2cb9d..1412f74 100644 --- a/src/manifest.production.json +++ b/src/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "TEMU助手", "description": "TEMU助手 - 自动化提高生产效率", - "version": "2.2.1", + "version": "2.2.2", "background": { "service_worker": "/background.js" }, diff --git a/src/view/ExportSaleData.vue b/src/view/ExportSaleData.vue index 7de5bca..1d9cc84 100644 --- a/src/view/ExportSaleData.vue +++ b/src/view/ExportSaleData.vue @@ -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) {