diff --git a/pages/index/echarts.vue b/pages/index/echarts.vue index c8c3fe4..eb62f60 100644 --- a/pages/index/echarts.vue +++ b/pages/index/echarts.vue @@ -627,7 +627,7 @@ import { mapGetters } from "vuex"; }; this.option.yAxis.splitNumber = 2; this.dataConfig.bodyTemperature.title = min + '-' + max - this.option.yAxis.min = 96; + this.option.yAxis.min = min; this.option.yAxis.max = 100; break; case 'bloodGlucose':