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 : '--'}}
公里