From 82f8c366c9725b4578c72cef144e0db77910c0a5 Mon Sep 17 00:00:00 2001 From: guanj Date: Fri, 22 Aug 2025 15:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest.json | 4 ++-- pages/device/APF/report.vue | 4 ++-- pages/message/message.vue | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index c612493..f8cc463 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "灿能物联", "appid" : "__UNI__88BC25B", "description" : "", - "versionName" : "1.6.8", - "versionCode" : 168, + "versionName" : "1.6.81", + "versionCode" : 169, "transformPx" : false, "sassImplementationName" : "node-sass", /* 5+App特有相关 */ diff --git a/pages/device/APF/report.vue b/pages/device/APF/report.vue index e5bbca0..6453b51 100644 --- a/pages/device/APF/report.vue +++ b/pages/device/APF/report.vue @@ -112,8 +112,8 @@ export default { this.store = this.DataSource('/cs-harmonic-boot/eventUser/queryEventpage') this.store.params.type = this.type this.store.params.deviceId = this.deviceId - this.store.params.startTime = this.$util.getToday() - this.store.params.endTime = this.$util.getThreeMonthsAgo() + this.store.params.startTime = this.$util.getThreeMonthsAgo() + this.store.params.endTime = this.$util.getToday() this.store.loadedCallback = () => { this.store.data.forEach((item) => { if (this.type === '3') { diff --git a/pages/message/message.vue b/pages/message/message.vue index 148fb17..ce2a2e7 100644 --- a/pages/message/message.vue +++ b/pages/message/message.vue @@ -115,8 +115,8 @@ export default { console.log(dictData) this.store = this.DataSource('/cs-harmonic-boot/eventUser/queryEventpage') this.store.params.type = this.type - this.store.params.startTime = this.$util.getToday() - this.store.params.endTime = this.$util.getThreeMonthsAgo() + this.store.params.startTime = this.$util.getThreeMonthsAgo() + this.store.params.endTime = this.$util.getToday() this.store.loadedCallback = () => { console.log(111, this.store.data)