From a1be3ce1388d61bee5542cc729b0343ba9732906 Mon Sep 17 00:00:00 2001 From: liuyunqin Date: Fri, 31 Jul 2026 14:37:15 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A6=96=E9=A1=B5=E4=BD=93=E9=87=8D?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=93=BE=E6=8E=A5=E6=8C=87=E5=90=91v2?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=EF=BC=8C=E4=BC=98=E5=8C=96=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E8=BF=94=E5=9B=9E=E5=AF=BC=E8=88=AA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - home/index.html 体重管理入口链接全面指向 v2 页面;目标承诺改为目标管理 - eat/exercise/weight-detail-v2 返回按钮使用 history.back() 替代硬编码路径 - weight-main-v2 返回按钮指向首页 home/index.html --- employee-app/home/index.html | 14 +++++++------- employee-app/weight-management/eat-detail-v2.html | 2 +- .../weight-management/exercise-detail-v2.html | 2 +- .../weight-management/weight-detail-v2.html | 2 +- employee-app/weight-management/weight-main-v2.html | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/employee-app/home/index.html b/employee-app/home/index.html index cdd7102..61f4d01 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 名 ›
-
+
@@ -214,7 +214,7 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items:
- 目标承诺 + 目标管理
@@ -254,21 +254,21 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items:
2025年08月12日
-
+
1086kcal
推荐 1950千卡
累计行动52天
-
+
12586
推荐 12000步
累计行动362天
-
+
体重
62.60kg
推荐 75-80公斤
@@ -392,7 +392,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/weight-main.html' }, + { name: '体重管理', color: '#722ED1', icon: '⚖️', href: '../weight-management/weight-main-v2.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/eat-detail-v2.html b/employee-app/weight-management/eat-detail-v2.html index b8cf9b6..925d5ac 100644 --- a/employee-app/weight-management/eat-detail-v2.html +++ b/employee-app/weight-management/eat-detail-v2.html @@ -159,7 +159,7 @@ body { background: #f0f2f5; display: flex; justify-content: center; align-items: