导游中台-游客端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
1.9 KiB

<transition vue-id="61a830b4-1" name="{{transition}}" class="data-v-2e193720" bind:__l="__l" vue-slots="{{['default']}}"><block wx:if="{{isShow}}"><view class="{{['calendar-tz','_div','data-v-2e193720',isFixed&&'fixed']}}"><slot name="header"></slot><view class="week-number _div data-v-2e193720"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><label style="{{'color:'+(item.g0)+';'}}" class="_span data-v-2e193720">{{item.$orig}}</label></block></view><block wx:if="{{title}}"><view class="tips _p data-v-2e193720">{{title}}</view></block><view class="content _div data-v-2e193720" id="scrollWrap"><block wx:for="{{$root.l2}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="con _div data-v-2e193720" id="{{item.$orig.year+''+item.$orig.month}}"><view class="_h3 data-v-2e193720">{{item.$orig.year+'年'+item.$orig.month+'月'}}</view><label class="month-bg _span data-v-2e193720" style="{{'color:'+(getBetweenColor)+';'}}">{{item.$orig.month}}</label><view class="each-month _ul data-v-2e193720"><block wx:for="{{item.l1}}" wx:for-item="day" wx:for-index="idx" wx:key="idx"><view data-event-opts="{{[['tap',[['chooseDate',['$0','$1','$2'],[[['calendar','',index],['dayList','',idx]],[['calendar','',index,'month']],[['calendar','',index,'year']]]]]]]}}" class="{{['each-day','_li','data-v-2e193720',day.m0]}}" style="{{'background:'+(day.m1)+';'}}" bindtap="__e"><view class="{{['_div','data-v-2e193720',day.m2]}}" style="{{'background:'+(day.m3)+';'}}"><view class="day-tip _p data-v-2e193720" style="{{'color:'+(themeColor)+';'}}"><view class="_i data-v-2e193720">{{day.m4}}</view></view><view class="day _p data-v-2e193720">{{day.$orig?day.$orig:''}}</view><view class="recent _p data-v-2e193720"><view class="_i data-v-2e193720">{{day.m5}}</view></view></view></view></block></view></view></block></view><slot name="footer"></slot></view></block></transition>