17 lines
551 B
Plaintext
17 lines
551 B
Plaintext
<!--pages/clockIn/index.wxml-->
|
|
<view class="clockin">
|
|
<view class="new-time">{{newTime}}</view>
|
|
|
|
<view class="clockin-item">
|
|
<view class="item-top">
|
|
<text>早上</text>
|
|
<t-tag class="margin-16" variant="light" theme="success">已完成</t-tag>
|
|
</view>
|
|
<view class="medicine-name">优思弗</view>
|
|
<view class="dose">1片 饭后服用</view>
|
|
<t-button bindtap="clockIn" theme="primary" block>打卡</t-button>
|
|
</view>
|
|
<view class="footer-example">
|
|
<text bindtap="toRecord">历史服药记录 ></text>
|
|
</view>
|
|
</view> |