feat(miniprogram): 个人中心添加我的预约+在线咨询入口
This commit is contained in:
@@ -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<string, string> = {
|
||||
'透析记录': '/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',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user