From a0ffce1fa7cbba862967a6082ffba419727da2bb Mon Sep 17 00:00:00 2001
From: wx <645899409@qq.com>
Date: Wed, 27 Dec 2023 16:05:46 +0800
Subject: [PATCH] =?UTF-8?q?update=201.=E7=9D=A1=E7=9C=A0=E6=A8=A1=E5=9D=97?=
=?UTF-8?q?=EF=BC=9A=E6=B7=B1=E7=9D=A1=E3=80=81=E6=B5=85=E6=B0=B4=E9=A2=A0?=
=?UTF-8?q?=E5=80=92=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../secondMap/components/userInfoModal/sleep.vue | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/secondaryScreen/secondMap/components/userInfoModal/sleep.vue b/src/components/secondaryScreen/secondMap/components/userInfoModal/sleep.vue
index 93c58cb..19377a9 100644
--- a/src/components/secondaryScreen/secondMap/components/userInfoModal/sleep.vue
+++ b/src/components/secondaryScreen/secondMap/components/userInfoModal/sleep.vue
@@ -155,7 +155,7 @@
if (type.value === 1) {
str = tar1.value > 0 ? '深睡' : '浅睡';
} else {
- str = '浅睡' + ' : ' + (tar.value ? tar.value : 0) + '
' + '深睡' + ' : ' + (tar1.value ? tar1.value : 0);
+ str = '深睡' + ' : ' + (tar.value ? tar.value : 0) + '
' + '浅睡' + ' : ' + (tar1.value ? tar1.value : 0);
}
return str;
},
@@ -242,4 +242,4 @@
initEchart('0');
});
-
\ No newline at end of file
+