yuminge-app/yun-min-program-plugin-master/packageA/member/sign/sign.wxml

55 lines
2.0 KiB
Plaintext

<view class="sign">
<van-nav-bar title="{{sign_name}}" right-text="{{sign_name}}说明" bind:click-right="onClickRight" />
<view class="sign-header custom_color">
<view class="sign_a ul">
<view class="date li">{{ continue_days }}</view>
<view class="total li">连续{{ sign_name }}</view>
</view>
<view class="sign_b ul">
<view class="date li">{{ sign_total }}</view>
<view class="total li">累计{{ sign_name }}</view>
</view>
<view class="btn" style="margin-left:120rpx;" bindtap="signnow">
<view>{{ sign_status ? '已' + sign_name : '未' + sign_name }}</view>
</view>
</view>
<view bindtap="gosignInfo">
<view class="record">
<text>累计{{sign_name}}奖励记录</text>
<van-icon name="arrow" style="margin-top:6px" />
</view>
</view>
<view class="date-box">
<view class="date">
<view class="h1">
<van-icon name="arrow-left" bindtap="put" />
<view class="span" style="margin-top:-4px;margin-left:34px;color: #f15353;">
{{ year }}年{{ month }}月
</view>
<van-icon name="arrow" style="margin-right:50px;" bindtap="add" />
</view>
<view class="ol">
<view class="li_1">日</view>
<view class="li_1">一</view>
<view class="li_1">二</view>
<view class="li_1">三</view>
<view class="li_1">四</view>
<view class="li_1">五</view>
<view class="li_1">六</view>
</view>
<view class="date_day" style="height:608rpx;background:#fff;">
<view class="ul" style=" display: flex;flex-wrap: wrap;position: relative;box-sizing: border-box;padding: 0 9.6rpx;">
<view style="width:{{w+ '%'}}"></view>
<view class="li_1" style="overflow:none;" wx:for-index="index" wx:key="index" wx:for="{{obj}}">
<text class="span">{{ item.day}}</text>
<view class="img">
<image data-index="{{index}}" wx:if="{{item.bool}}" src="https://dev3.yunzmall.com/addons/yun_shop/static/app/img/gou.c8555c17.svg" />
</view>
</view>
</view>
</view>
</view>
</view>
</view>
<!--<shopfoot></shopfoot>-->