record.wxml 736 Bytes
<!--pages/index/record/record.wxml-->
<view class="punch_detail">
    <!-- 顶部统一返回 -->
    <view class="navigation_back" bindtap="handleBack">
        <van-icon name="arrow-left" />
    </view>
    <!-- 两个tab -->
    <text class="temporary_box" style="width: 320rpx;height: 80rpx;position: absolute;top: 160rpx;left: 32rpx;" bindtap="handleTab1"></text>
    <text class="temporary_box" style="width: 320rpx;height: 80rpx;position: absolute;top: 160rpx;right: 32rpx;" bindtap="handleTab2"></text>
    
    <image class="temporary" hidden="{{tabindex==2}}" src="/img/_my_punch1.png" mode="widthFix" alt="" />
    <image class="temporary" hidden="{{tabindex==1}}" src="/img/_my_punch2.png" mode="widthFix" alt="" />

</view>