- <view class="Box">
- <view class="dateText_box">
- <view class="dateMinus" bindtap="front">{{'<'}}</view>
- <view class="dateText">{{year+'年 '+month+'月 '}}</view>
- <view class="dateAdd" bindtap="behind">{{'>'}}</view>
- </view>
- <view class="weekBox">
- <view class="weekItme" wx:for="{{week}}" wx:key="index">{{item}}</view>
- <view class="{{(item.value==dey&&monthFlgh==item.m&&item.y==yearFlgh)?'today':(item.style == '0'?'weekItme':'noThen')}}" wx:for="{{allFlag?(switchFlag? thendata:dateLsit):dateLsit}}" wx:key="index" bindtap="handle" data-item="{{item}}" style="{{item.act==1?activityStyle:''}}">{{ (item.value==dey&&monthFlgh==item.m&&item.y==yearFlgh)?'':item.value }}</view>
- </view>
- <view class="concealBnt" bindtap="switchs" wx:if="{{allFlag&&yearFlgh==year&&month==monthFlgh}}">
- <image class="concealBnt" src="{{ switchFlag?xiala:xiangshang}}"></image>
- </view>
- </view>
|