- 电子药箱: 药品库存管理 + 手动录入 + 今日用药打卡 - 药品百科: 搜索 + 分类筛选 + 20种药品静态数据 - 惠教中心: 4条药品使用指南课程 - 我的: 家庭成员信息管理 - 自定义TabBar + navigation-bar组件 - SVG药品分类插图
13 lines
447 B
Plaintext
13 lines
447 B
Plaintext
<view wx:if="{{visible}}" class="product-message" bindtap="handleTap">
|
|
<view class="product-message-card">
|
|
<view class="product-message-left">
|
|
<text class="product-message-tag">{{message.tagText}}</text>
|
|
<text class="product-message-text">{{message.text}}</text>
|
|
</view>
|
|
<view class="product-message-action">
|
|
<text>立即购买</text>
|
|
<view class="product-message-arrow"></view>
|
|
</view>
|
|
</view>
|
|
</view>
|