feat(detailedReport): 完善详细报告页面布局与图标资源
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
f13edf31b7
commit
92b395b8bd
@@ -11,12 +11,19 @@ Page({
|
||||
bmi: 'BMI正常',
|
||||
change: '较上次-0.3kg'
|
||||
},
|
||||
basic: [
|
||||
{ label: '身高', value: '172', unit: 'cm', tag: '' },
|
||||
{ label: 'BMI', value: '22.4', unit: '', tag: '标准' },
|
||||
{ label: '身体得分', value: '73', unit: '分', tag: '一般' },
|
||||
{ label: '体脂率', value: '22.1', unit: '%', tag: '' }
|
||||
],
|
||||
basic: {
|
||||
rows: [
|
||||
[
|
||||
{ label: '身高', value: '172', unit: 'cm', tag: '' },
|
||||
{ label: 'BMI', value: '22.4', unit: '', tag: '标准' },
|
||||
{ label: '体脂率', value: '22.1', unit: '%', tag: '' }
|
||||
],
|
||||
[
|
||||
{ label: '身体得分', value: '73', unit: '分', tag: '' },
|
||||
{ label: '健康评估', value: '一般', unit: '', tag: '' }
|
||||
]
|
||||
]
|
||||
},
|
||||
sections: [
|
||||
{
|
||||
title: '身体成分',
|
||||
|
||||
Reference in New Issue
Block a user