crm_second_opening_mini/components/zzx-calendar/zzx-calendar.wxml

1 line
2.6 KiB
Plaintext

<view class="zzx-calendar data-v-4d3bab99"><view class="calendar-heander data-v-4d3bab99"><view class="time data-v-4d3bab99">{{timeStr}}</view><view data-event-opts="{{[['tap',[['lookMonth',['$event']]]]]}}" class="month data-v-4d3bab99" bindtap="__e">查看月报<view class="iconfont icon-arrows_right data-v-4d3bab99"></view></view></view><view class="calendar-weeks data-v-4d3bab99"><block wx:for="{{weeks}}" wx:for-item="week" wx:for-index="index" wx:key="index"><view class="calendar-week data-v-4d3bab99">{{''+week+''}}</view></block></view><view class="calendar-content data-v-4d3bab99"><swiper class="calendar-swiper data-v-4d3bab99" style="{{'width:'+('100%')+';'+('height:'+(sheight)+';')}}" indicator-dots="{{false}}" autoplay="{{false}}" duration="{{duration}}" current="{{current}}" circular="{{true}}" data-event-opts="{{[['change',[['changeSwp',['$event']]]]]}}" bindchange="__e"><block wx:for="{{$root.l3}}" wx:for-item="sitem" wx:for-index="__i0__" wx:key="$orig"><swiper-item class="calendar-item data-v-4d3bab99"><view class="calendar-days data-v-4d3bab99"><block wx:if="{{sitem.$orig===current}}"><block wx:for="{{sitem.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['clickItem',['$0'],[[['days','',index]]]]]]]}}" class="{{['calendar-day','data-v-4d3bab99',(!item.$orig.show)?'day-hidden':'']}}" bindtap="__e"><view class="{{['date','data-v-4d3bab99',item.$orig.isToday?todayClass:'',item.$orig.fullDate===selectedDate?checkedClass:'']}}">{{''+item.g0+''}}</view><block wx:if="{{item.$orig.info}}"><view class="dot-show data-v-4d3bab99" style="{{(dotStyle)}}"></view></block></view></block></block><block wx:else><block wx:if="{{current-sitem.$orig===1||current-sitem.$orig===-2}}"><block wx:for="{{sitem.l1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['calendar-day','data-v-4d3bab99',(!item.$orig.show)?'day-hidden':'']}}"><view class="{{['date','data-v-4d3bab99',item.$orig.isToday?todayClass:'']}}">{{''+item.g1+''}}</view></view></block></block><block wx:else><block wx:for="{{sitem.l2}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['calendar-day','data-v-4d3bab99',(!item.$orig.show)?'day-hidden':'']}}"><view class="{{['date','data-v-4d3bab99',item.$orig.isToday?todayClass:'']}}">{{''+item.g2+''}}</view></view></block></block></block></view></swiper-item></block></swiper><view data-event-opts="{{[['tap',[['changeMode',['$event']]]]]}}" class="mode-change data-v-4d3bab99" bindtap="__e"><view class="{{['data-v-4d3bab99',weekMode?'mode-arrow-bottom':'mode-arrow-top']}}"></view></view></view></view>