C端小程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

14 linhas
886 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="{{xiala}}"></image>
  13. </view>
  14. </view>