diff --git a/miniprogram/pages/detailedReport/detailedReport.ts b/miniprogram/pages/detailedReport/detailedReport.ts index 2cada97..40db345 100644 --- a/miniprogram/pages/detailedReport/detailedReport.ts +++ b/miniprogram/pages/detailedReport/detailedReport.ts @@ -189,7 +189,6 @@ Page({ weightControl: { title: '体重管控', rows: [] } as MetricCard, // 以下卡片为 8 电极专属 - isEightElectrode: false, cellWater: { title: '细胞液分析', rows: [] } as MetricCard, advancedComposition: { title: '进阶成分', rows: [] } as MetricCard, bodyFat: { title: '躯干/四肢脂肪', rows: [] } as BodyPartsCard, @@ -347,7 +346,6 @@ Page({ fatAnalysis, physique, weightControl, - isEightElectrode: isEight, cellWater, advancedComposition, bodyFat, diff --git a/miniprogram/pages/detailedReport/detailedReport.wxml b/miniprogram/pages/detailedReport/detailedReport.wxml index ef55a86..8a898d9 100644 --- a/miniprogram/pages/detailedReport/detailedReport.wxml +++ b/miniprogram/pages/detailedReport/detailedReport.wxml @@ -28,8 +28,12 @@ kg - {{ header.bmiText }} - {{ header.changeText }} + + {{ header.bmiText }} + + + {{ header.changeText }} + @@ -47,7 +51,9 @@ {{ cell.label }} {{ cell.value }} - {{ cell.unit }} + + {{ cell.unit }} + @@ -77,68 +83,83 @@ - - - - {{ bodyComposition.title }} - - - - {{ item.label }} - {{ item.value }}{{ item.unit }} - {{ item.status }} + + + + + {{ bodyComposition.title }} + + + + {{ item.label }} + {{ item.value }}{{ item.unit }} + + {{ item.status }} + + - + - - - - {{ fatAnalysis.title }} - - - - {{ item.label }} - {{ item.value }}{{ item.unit }} - {{ item.status }} + + + + + {{ fatAnalysis.title }} + + + + {{ item.label }} + {{ item.value }}{{ item.unit }} + + {{ item.status }} + + - + - - - - {{ physique.title }} - - - - {{ item.label }} - {{ item.value }}{{ item.unit }} - {{ item.status }} + + + + + {{ physique.title }} + + + + {{ item.label }} + {{ item.value }}{{ item.unit }} + + {{ item.status }} + + - + - - - - {{ weightControl.title }} - - - - {{ item.label }} - {{ item.value }}{{ item.unit }} - {{ item.status }} + + + + + {{ weightControl.title }} + + + + {{ item.label }} + {{ item.value }}{{ item.unit }} + + {{ item.status }} + + - + - - - + + @@ -148,12 +169,16 @@ {{ item.label }} {{ item.value }}{{ item.unit }} - {{ item.status }} + + {{ item.status }} + + - + + @@ -163,12 +188,16 @@ {{ item.label }} {{ item.value }}{{ item.unit }} - {{ item.status }} + + {{ item.status }} + + - + + @@ -189,8 +218,10 @@ + - + + @@ -211,7 +242,6 @@ -