diff --git a/pages.json b/pages.json index 4dae9c8..c923a48 100644 --- a/pages.json +++ b/pages.json @@ -78,7 +78,7 @@ "path": "pages/evaluation/list", "name": "EvaluationList", "style": { - "navigationBarTitleText": "评测列表", + "navigationBarTitleText": "健康评测", "navigationBarBackgroundColor": "#34CE98", "navigationBarTextStyle": "white" } diff --git a/pages/record/weight.vue b/pages/record/weight.vue index 7024580..9f4661e 100644 --- a/pages/record/weight.vue +++ b/pages/record/weight.vue @@ -40,12 +40,12 @@ - - + + 体重 单位:公斤 - + 记录体重 只显示最近七次测量记录 @@ -104,8 +104,10 @@ page: 1, tabbarId: 0, chartData: { - "categories": ["1/1","1/2","1/3","1/4","1/5","1/6","1/7"], - "series": [{"name": "最近七天进度","data": [55,51,53.3,50.3,53.3]}] + // "categories": ["1/1","1/2","1/3","1/4","1/5","1/6","1/7"], + // "series": [{"name": "最近七天进度","data": [55,51,53.3,50.3,53.3]}] + categories:[], + series:[{name: "",data: []}] }, // 曲线部分 start }; }, @@ -208,6 +210,15 @@ height:500rpx; margin-top: $margin; } + .no-weight{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + box-sizing: border-box; + color: #999; + font-size: $title-size-m; + } // curve .curve{ margin-top: $margin; diff --git a/static/imgs/no-weight.png b/static/imgs/no-weight.png new file mode 100644 index 0000000..19a26c9 Binary files /dev/null and b/static/imgs/no-weight.png differ