From a1fa51206f78a759b805f7643341a81fca94ad38 Mon Sep 17 00:00:00 2001 From: iven Date: Fri, 1 May 2026 18:19:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(miniprogram):=20=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=B7=BB=E5=8A=A0=E6=88=91=E7=9A=84=E9=A2=84?= =?UTF-8?q?=E7=BA=A6+=E5=9C=A8=E7=BA=BF=E5=92=A8=E8=AF=A2=E5=85=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/miniprogram/src/pages/profile/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/miniprogram/src/pages/profile/index.tsx b/apps/miniprogram/src/pages/profile/index.tsx index 3fe06c7..549423c 100644 --- a/apps/miniprogram/src/pages/profile/index.tsx +++ b/apps/miniprogram/src/pages/profile/index.tsx @@ -18,6 +18,8 @@ const MENU_ITEMS = [ { label: '透析处方', icon: '💊', bg: '#E8F0E8' }, { label: '知情同意', icon: '📋', bg: '#F3E8F8' }, { label: '积分明细', icon: '📊', bg: '#F0DDD4' }, + { label: '我的预约', icon: '📅', bg: '#E8F0F8' }, + { label: '在线咨询', icon: '💬', bg: '#E8F0E8' }, { label: '设置', icon: '⚙️', bg: '#f0f0f0' }, ]; @@ -34,6 +36,8 @@ const MENU_PATHS: Record = { '透析记录': '/pages/pkg-profile/dialysis-records/index', '透析处方': '/pages/pkg-profile/dialysis-prescriptions/index', '知情同意': '/pages/pkg-profile/consents/index', + '我的预约': '/pages/pkg-appointment/index', + '在线咨询': '/pages/consultation/index', '设置': '/pages/pkg-profile/settings/index', };