feat: 电子药箱小程序 - 4Tab药品管理

- 电子药箱: 药品库存管理 + 手动录入 + 今日用药打卡
- 药品百科: 搜索 + 分类筛选 + 20种药品静态数据
- 惠教中心: 4条药品使用指南课程
- 我的: 家庭成员信息管理
- 自定义TabBar + navigation-bar组件
- SVG药品分类插图
This commit is contained in:
陈誉午
2026-07-29 11:20:52 +08:00
commit 994b267f5c
683 changed files with 43849 additions and 0 deletions
@@ -0,0 +1,13 @@
<view class="volc-rich-text-container">
<Drawer id="volc-drawer-rich-text-portrait" needCancel="{{false}}" themeColor="{{themeColor}}">
<view class="volc-rich-text-drawer-container">
<mp-tabs class="volc-rich-text-tabs" tabs="{{richTextMenusData}}" activeTab="{{activeTab}}" container-style="height: 500px;" swiper-class="rich-text-swiper" swiper-style="height: 460px;" tab-background-color="transparent" tab-active-text-color="{{themeColor.FontColor}}" tab-inactive-text-color="{{themeColor.BackFontColor}}" bindtabclick="onTabClick" bindchange="onChange" >
<block wx:for="{{richTextMenusData}}" wx:key="Index">
<view slot="tab-content-{{index}}" class="volc-rich-text-tab-content">
<richText sdkInstance="{{sdkInstance}}" index="{{item.Index}}" themeColor="{{themeColor}}" />
</view>
</block>
</mp-tabs>
</view>
</Drawer>
</view>