平均步数:{{ stepsData.avg || '--' }}
健康建议
+{{ advice || '--' }}
+diff --git a/src/views/insight/index.vue b/src/views/insight/index.vue
index 7f3c0f5..7dc94f4 100644
--- a/src/views/insight/index.vue
+++ b/src/views/insight/index.vue
@@ -57,13 +57,24 @@
-
+
总步数:{{ stepsData.total || '--' }}
平均步数:{{ stepsData.avg || '--' }}
总消耗:{{ calorieData.total || '--' }}
平均消耗:{{ calorieData.avg || '--' }}
总步数:{{ stepsData.stepTotal.total || '--' }}
+平均步数:{{ stepsData.stepAvg.avg || '--' }}
+健康建议
+{{ advice || '--' }}
+总消耗:{{ calorieData.calorieTotal.total || '--' }}
+平均消耗:{{ calorieData.calorieAvg.avg || '--' }}
+健康建议
+{{ adviceOfCalor || '--' }}
+
{{ item.days }}
天
+
+ {{ calcWeekImg(item.days, item.lastDay, true) }}
{{ item.text }}
暂无数据
-