You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<view class="page">
|
|
|
|
<view class="empty" wx:if="{{false}}">
|
|
|
|
<image class="none-img" src="{{imageUrl}}none1.png?t={{Timestamp}}"></image>
|
|
|
|
<view class="title">您还没有记录信息哦~</view>
|
|
|
|
<view class="add">录入我的免疫制剂信息</view>
|
|
|
|
</view>
|
|
|
|
<view class="list" wx:else>
|
|
|
|
<view class="total">
|
|
|
|
已用药
|
|
|
|
<text class="red">2</text>
|
|
|
|
次
|
|
|
|
</view>
|
|
|
|
<view class="list-card" bind:tap="handleEdit" data-id="1">
|
|
|
|
<view class="item">
|
|
|
|
<view class="item-title">用药时间</view>
|
|
|
|
<view class="item-content">2025-06-13</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="item-title">药物名称</view>
|
|
|
|
<view class="item-content">2025-06-13</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="item-title">用药方式</view>
|
|
|
|
<view class="item-content">2025-06-13</view>
|
|
|
|
</view>
|
|
|
|
<view class="item">
|
|
|
|
<view class="item-title">用药剂量</view>
|
|
|
|
<view class="item-content">2025-06-13</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<image class="add" src="{{imageUrl}}icon53.png?t={{Timestamp}}" bind:tap="handleAdd"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|