feat: 电子药箱小程序 - 4Tab药品管理
- 电子药箱: 药品库存管理 + 手动录入 + 今日用药打卡 - 药品百科: 搜索 + 分类筛选 + 20种药品静态数据 - 惠教中心: 4条药品使用指南课程 - 我的: 家庭成员信息管理 - 自定义TabBar + navigation-bar组件 - SVG药品分类插图
This commit is contained in:
@@ -0,0 +1,47 @@
|
||||
<view class="wxroom">
|
||||
|
||||
|
||||
<volc-live-portrait
|
||||
wx:if="{{!isLandscape}}"
|
||||
sdkInstance="{{sdk}}"
|
||||
bind:commentCheck="commentCheck"
|
||||
></volc-live-portrait>
|
||||
|
||||
<volc-live-landscape
|
||||
wx:else
|
||||
sdkInstance="{{sdk}}"
|
||||
bind:commentCheck="commentCheck"
|
||||
></volc-live-landscape>
|
||||
|
||||
<view>
|
||||
|
||||
</view>
|
||||
<view class="wxroom__overlay" wx:if="{{loading}}">
|
||||
<view class="wxroom__panel">
|
||||
<view class="wxroom__spinner"></view>
|
||||
<view class="wxroom__title">正在进入直播间</view>
|
||||
<view class="wxroom__message">{{loadingText}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="wxroom__overlay" wx:if="{{showError}}">
|
||||
<view class="wxroom__panel wxroom__panel--error">
|
||||
<view class="wxroom__title">{{errorTitle}}</view>
|
||||
<view class="wxroom__message">{{errorMessage}}</view>
|
||||
<view class="wxroom__actions">
|
||||
<view
|
||||
class="wxroom__button wxroom__button--primary"
|
||||
bindtap="retryEnter"
|
||||
>
|
||||
重试
|
||||
</view>
|
||||
<view
|
||||
class="wxroom__button wxroom__button--secondary"
|
||||
bindtap="goBack"
|
||||
>
|
||||
返回
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user