From ad5d8b35e5f82b217554cd4ff1fd9ab89ee0c9c5 Mon Sep 17 00:00:00 2001 From: weidizhu_admin Date: Mon, 15 Jul 2024 18:43:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86=E6=8D=A2?= =?UTF-8?q?=E7=AE=97=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/device/device.vue | 3 +++ pages/index/index.vue | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/pages/device/device.vue b/pages/device/device.vue index 98575ca..e6090d4 100644 --- a/pages/device/device.vue +++ b/pages/device/device.vue @@ -16,6 +16,9 @@ + + + diff --git a/pages/index/index.vue b/pages/index/index.vue index d2623bc..eecf27f 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -27,14 +27,14 @@ 步数 - {{dataListsNew.stepIndex.data_msg ? dataListsNew.stepIndex.data_msg.step / 10 : '--'}} + {{dataListsNew.stepIndex.data_msg ? dataListsNew.stepIndex.data_msg.step : '--'}} 距离 - {{dataListsNew.stepIndex.data_msg ? dataListsNew.stepIndex.data_msg.distance / 1000 : '--'}} + {{dataListsNew.stepIndex.data_msg ? dataListsNew.stepIndex.data_msg.distance / 100 : '--'}} 公里