C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
909 B

  1. <view class="Box">
  2. <view class="dateText_box">
  3. <view class="dateMinus" bindtap="front">{{'<'}}</view>
  4. <view class="dateText">{{year+'年 '+month+'月 '}}</view>
  5. <view class="dateAdd" bindtap="behind">{{'>'}}</view>
  6. </view>
  7. <view class="weekBox">
  8. <view class="weekItme" wx:for="{{week}}" wx:key="index">{{item}}</view>
  9. <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>
  10. </view>
  11. <view class="concealBnt" bindtap="switchs" wx:if="{{allFlag&&yearFlgh==year&&month==monthFlgh}}">
  12. <image class="concealBnt" src="{{ switchFlag?xiala:xiangshang}}"></image>
  13. </view>
  14. </view>