index.wxml
454 Bytes
<view class="mine">
<image class="temporary" src="../../img/_mine.png" mode="widthFix" alt="" />
<!-- 打卡记录 -->
<text class="temporary_box" style="width: 340rpx;height: 160rpx;position: absolute;top: 340rpx;left: 32rpx;" bindtap="handleRecord"></text>
<!-- 退出登录 -->
<text class="temporary_box" style="width: 340rpx;height: 160rpx;position: absolute;top: 340rpx;right: 32rpx;" bindtap="handleLoginOut"></text>
</view>