From de60aca2b2b7cc28c8e5386c06eafe4e9ffd30ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?home=E5=AD=99?= <1162067978@qq.com> Date: Sat, 22 Jun 2024 18:10:39 +0800 Subject: [PATCH] 1 --- src/views/page/coercionMist.vue | 6 +++--- src/views/page/insizeSunshade.vue | 4 ++-- src/views/page/internalInsulation.vue | 6 +++--- src/views/page/outsizeSunshade.vue | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/page/coercionMist.vue b/src/views/page/coercionMist.vue index 82853fa..df4e9fd 100644 --- a/src/views/page/coercionMist.vue +++ b/src/views/page/coercionMist.vue @@ -31,8 +31,8 @@
室内温度高于目标温度 - + 度,开启高压微雾降温。
@@ -232,7 +232,7 @@ export default { if (res.data.code == 200) { this.inputData = res.data.data; this.startList.forEach((el, index) => { - this.inputData[el + 2] = this.countData(this.inputData[el + 2]) + this.inputData[el + 2] = this.countData10(this.inputData[el + 2]) this.inputData[el + 5] = this.countData10(this.inputData[el + 5]) }) this.getActive1() diff --git a/src/views/page/insizeSunshade.vue b/src/views/page/insizeSunshade.vue index bbbad20..64f2f6e 100644 --- a/src/views/page/insizeSunshade.vue +++ b/src/views/page/insizeSunshade.vue @@ -72,7 +72,7 @@
室内温度高于目标温度 - 度,展开内遮阳。
@@ -313,7 +313,7 @@ export default { this.inputData = res.data.data; this.startList.forEach((el, index) => { this.inputData[el + 6] = this.countData10(this.inputData[el + 6]) - this.inputData[el + 7] = this.countData(this.inputData[el + 7]) + this.inputData[el + 7] = this.countData10(this.inputData[el + 7]) this.inputData[el + 14] = this.countData10(this.inputData[el + 14]) }) this.getActive1() diff --git a/src/views/page/internalInsulation.vue b/src/views/page/internalInsulation.vue index 6c50cd8..7e531c8 100644 --- a/src/views/page/internalInsulation.vue +++ b/src/views/page/internalInsulation.vue @@ -63,8 +63,8 @@
室内温度高于目标温度 - + 度,展开内保温。
@@ -259,7 +259,7 @@ export default { if (res.data.code == 200) { this.inputData = res.data.data; this.startList.forEach((el, index) => { - this.inputData[el + 2] = this.countData(this.inputData[el + 2]) + this.inputData[el + 2] = this.countData10(this.inputData[el + 2]) this.inputData[el + 8] = this.countData10(this.inputData[el + 8]) }) this.getActive1() diff --git a/src/views/page/outsizeSunshade.vue b/src/views/page/outsizeSunshade.vue index 771bcef..3dfa407 100644 --- a/src/views/page/outsizeSunshade.vue +++ b/src/views/page/outsizeSunshade.vue @@ -117,7 +117,7 @@
室内温度高于目标温度 - 度,展开外遮阳。
@@ -284,7 +284,7 @@ export default { this.startList.forEach((el, index) => { this.inputData[el + 7] = this.countData10(this.inputData[el + 7]) this.inputData[el + 9] = this.countData10(this.inputData[el + 9]) - this.inputData[el + 10] = this.countData(this.inputData[el + 10]) + this.inputData[el + 10] = this.countData10(this.inputData[el + 10]) this.inputData[el + 12] = this.countData10(this.inputData[el + 12]) })