From 5fd8e888253bf885fd0843fcfb62b077f41897b0 Mon Sep 17 00:00:00 2001 From: iven Date: Wed, 6 May 2026 11:12:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(miniprogram):=20=E7=B2=BE=E7=AE=80=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E7=A7=BB=E9=99=A4=E6=8E=A8=E8=BF=9F=E6=A8=A1?= =?UTF-8?q?=E5=9D=97=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 个人中心:15→8 项菜单(移除积分商城/订单/用药/透析/知情同意/积分明细) - 健康页:移除 BLE 设备同步入口 - 医生端:移除透析记录/透析处方快捷入口 --- apps/miniprogram/src/pages/doctor/index.tsx | 2 -- apps/miniprogram/src/pages/health/index.tsx | 17 +---------------- apps/miniprogram/src/pages/profile/index.tsx | 16 +--------------- 3 files changed, 2 insertions(+), 33 deletions(-) diff --git a/apps/miniprogram/src/pages/doctor/index.tsx b/apps/miniprogram/src/pages/doctor/index.tsx index eb0e709..5911e72 100644 --- a/apps/miniprogram/src/pages/doctor/index.tsx +++ b/apps/miniprogram/src/pages/doctor/index.tsx @@ -30,8 +30,6 @@ const QUICK_ACTIONS = [ { label: '患者查询', initial: '查', route: '/pages/doctor/patients/index' }, { label: '随访记录', initial: '随', route: '/pages/doctor/followup/index' }, { label: '告警中心', initial: '警', route: '/pages/doctor/alerts/index' }, - { label: '透析记录', initial: '透', route: '/pages/doctor/dialysis/index' }, - { label: '透析处方', initial: '方', route: '/pages/doctor/prescription/index' }, ]; export default function DoctorHome() { diff --git a/apps/miniprogram/src/pages/health/index.tsx b/apps/miniprogram/src/pages/health/index.tsx index dc41f43..1a617e0 100644 --- a/apps/miniprogram/src/pages/health/index.tsx +++ b/apps/miniprogram/src/pages/health/index.tsx @@ -366,22 +366,7 @@ export default function Health() { )} - {/* BLE 设备卡片 */} - - Taro.navigateTo({ url: '/pages/device-sync/index' })} - > - - - - - 蓝牙设备 - 连接设备自动同步数据 - - - - + {/* BLE 设备同步功能暂缓开放 */} {/* 健康资讯入口 */} = { - '积分商城': '/pages/mall/index', - '我的订单': '/pages/pkg-mall/orders/index', - '积分明细': '/pages/pkg-mall/detail/index', '就诊人管理': '/pages/pkg-profile/family/index', '我的报告': '/pages/pkg-profile/reports/index', '健康记录': '/pages/pkg-profile/health-records/index', '诊断记录': '/pages/pkg-profile/diagnoses/index', '我的随访': '/pages/pkg-profile/followups/index', - '用药提醒': '/pages/pkg-profile/medication/index', - '透析记录': '/pages/pkg-profile/dialysis-records/index', - '透析处方': '/pages/pkg-profile/dialysis-prescriptions/index', - '知情同意': '/pages/pkg-profile/consents/index', - '我的预约': '/pages/pkg-appointment/index', + '我的预约': '/pages/appointment/index', '在线咨询': '/pages/consultation/index', '设置': '/pages/pkg-profile/settings/index', };