Explorar el Código

feat(health): 移除健康提醒卡片和TabBar组件

- 删除了健康提醒卡片及其相关样式和逻辑
- 移除了TabBar组件,因该页面为公共访问页面
- 简化了页面结构,专注于展示患者健康数据
- 调整了页面布局以适应新的功能需求
mcbaiyun hace 1 mes
padre
commit
08710b0a7e
Se han modificado 1 ficheros con 0 adiciones y 8 borrados
  1. 0 8
      src/pages/public/health/index.vue

+ 0 - 8
src/pages/public/health/index.vue

@@ -39,14 +39,6 @@
         </view>
       </view>
     </view>
-
-    <view class="reminder-card">
-      <view class="reminder-button" @click="openReminder">
-        <image src="/static/icons/remixicon/alarm-line.svg" class="reminder-icon" mode="widthFix" />
-        <text class="reminder-text">健康提醒</text>
-        <uni-icons class="reminder-arrow" type="arrowright" size="20" color="#c0c0c0" />
-      </view>
-    </view>
   </view>
   <!-- 删除了TabBar组件,因为这是一个公共页面,供医生或家属像病人一样快速查看患者的健康数据 -->
   <!-- TabBar is removed because this is a public page for doctors or family members to quickly view patient health data like patients do -->