index.wxml
991 Bytes
<view class="main">
<image class="temporary" src="/img/_index1.png" mode="widthFix" alt="" />
<!-- 排行榜 -->
<text class="temporary_box" style="width: 370rpx;height: 100rpx;position: absolute;top: 192rpx;left: 20rpx;" bindtap="handleRank"></text>
<!-- 去打卡 -->
<text class="temporary_box" style="width: 370rpx;height: 100rpx;position: absolute;top: 1000rpx;right: 20rpx;" bindtap="handleDetail"></text>
<!-- 新建打卡 -->
<text class="temporary_box" style="width: 120rpx;height: 120rpx;position: absolute;top: 1200rpx;right: 20rpx;" bindtap="handleAdd"></text>
<van-popup show="{{ showAdd }}" position="bottom" custom-style="height: 80%;" bind:close="closeAdd">
<image class="temporary" src="/img/_index2.png" mode="widthFix" alt="" />
<!-- 自定义模板 -->
<text class="temporary_box" style="width: 180rpx;height: 220rpx;position: absolute;top: 364rpx;left: 20rpx;" bindtap="handleNewPunch"></text>
</van-popup>
</view>