- 电子药箱: 药品库存管理 + 手动录入 + 今日用药打卡 - 药品百科: 搜索 + 分类筛选 + 20种药品静态数据 - 惠教中心: 4条药品使用指南课程 - 我的: 家庭成员信息管理 - 自定义TabBar + navigation-bar组件 - SVG药品分类插图
25 lines
950 B
Plaintext
25 lines
950 B
Plaintext
<!-- 答题 -->
|
|
<quiz sdkInstance="{{sdkInstance}}" bind:commentCheck="commentCheck" />
|
|
<!-- 签到 -->
|
|
<check-in sdkInstance="{{sdkInstance}}" bind:commentCheck="commentCheck" />
|
|
<!-- 抽奖 -->
|
|
<award sdkInstance="{{sdkInstance}}" bind:commentCheck="commentCheck" />
|
|
<!-- 卡券 -->
|
|
<coupon sdkInstance="{{sdkInstance}}" bind:commentCheck="commentCheck" />
|
|
<!-- 红包 -->
|
|
<luckymoney sdkInstance="{{sdkInstance}}" bind:commentCheck="commentCheck" />
|
|
<!-- 投票 -->
|
|
<vote sdkInstance="{{sdkInstance}}" bind:commentCheck="commentCheck" />
|
|
<!-- 公告 -->
|
|
<announcement sdkInstance="{{sdkInstance}}" bind:commentCheck="commentCheck" />
|
|
<!-- 福利任务 -->
|
|
<live-bonus sdkInstance="{{sdkInstance}}" bind:openChatInput="openChatInput" />
|
|
|
|
<!-- 问卷:图文入口 + 直播结束弹窗 -->
|
|
<questionnaire
|
|
sdkInstance="{{sdkInstance}}"
|
|
allowedTriggers="{{['image-text', 'live_end']}}"
|
|
closable="{{true}}"
|
|
bind:commentCheck="commentCheck"
|
|
/>
|