diff --git a/employee-app/home/index.html b/employee-app/home/index.html index d2f4792..97f8f7c 100644 --- a/employee-app/home/index.html +++ b/employee-app/home/index.html @@ -171,13 +171,13 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items:
-
+
WEIGHT 体重管理 体重管理活动 58 天,第 8 名 ›
-
+
@@ -389,7 +389,7 @@ var funcItems = [ { name: '应急就医', color: '#FF4D4F', icon: '🚑', href: '../emergency-medical/index.html' }, { name: '一线医疗', color: '#52C41A', icon: '🏥', href: '../frontline-medical/index.html' }, { name: '健康体检', color: '#FAAD14', icon: '📋', href: '../health-checkup/index.html' }, - { name: '体重管理', color: '#722ED1', icon: '⚖️', href: '../weight-management/index.html' }, + { name: '体重管理', color: '#722ED1', icon: '⚖️', href: '../weight-management/weight-main.html' }, { name: '营养管理', color: '#52C41A', icon: '🥗', href: '../nutrition/index.html' }, { name: '运动管理', color: '#FA8C16', icon: '🏃', href: '../exercise/index.html' }, { name: '健康监测', color: '#13C2C2', icon: '💓', href: '../health-monitor/index.html' }, diff --git a/employee-app/weight-management/balance-history.html b/employee-app/weight-management/balance-history.html new file mode 100644 index 0000000..69b7d6d --- /dev/null +++ b/employee-app/weight-management/balance-history.html @@ -0,0 +1,308 @@ + + + + + +吃动平衡历史 - 员工端 | 健康CQ原型 + + + +
+
+ 09:40 +
+ + + +
+
+ + +
+ + +
+ + 2026年8月 + +
+ + +
+
+ +
+
+
+ + +
+
本月吃动趋势
+
+
+ + + + + + + 2500 + 2000 + 1500 + 1000 + 500 + + + + + + + + + + +
+
+
+
摄入
+
消耗
+
+
+ +
+
+
+ + + + diff --git a/employee-app/weight-management/basic-info.html b/employee-app/weight-management/basic-info.html index e4f2758..0995081 100644 --- a/employee-app/weight-management/basic-info.html +++ b/employee-app/weight-management/basic-info.html @@ -92,7 +92,7 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items:
+ + diff --git a/index.html b/index.html index f0e46d5..476c5cf 100644 --- a/index.html +++ b/index.html @@ -563,13 +563,17 @@ const SITE_MAP = [ { file:'report-query.html', label:'报告查询详情' }, { file:'project-detail.html', label:'体检项目详情' } ] }, - { name:'体重管理', dir:'employee-app/weight-management', entry:'goal-commitment.html', pages:[ + { name:'体重管理', dir:'employee-app/weight-management', entry:'weight-main.html', pages:[ + { file:'weight-main.html', label:'体重管理主页' }, { file:'goal-commitment.html', label:'目标承诺' }, { file:'basic-info.html', label:'基本信息' }, { file:'indicators-diseases.html', label:'指标慢病' }, { file:'goal-management.html', label:'目标管理' }, { file:'activity-detail.html', label:'活动详情' }, - { file:'contraindications.html', label:'禁忌证' } + { file:'contraindications.html', label:'禁忌证' }, + { file:'promise-signing.html', label:'承诺签订' }, + { file:'my-promise.html', label:'我的承诺书' }, + { file:'balance-history.html', label:'吃动平衡历史' } ] }, { name:'营养管理', dir:'employee-app/nutrition', pages:[] }, { name:'运动管理', dir:'employee-app/exercise', pages:[] },