allComments.wxml
1.1 KB
<view><view class="scrollViewBox"><scroll-view scroll-x="{{true}}"><view class="flexA"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['clickDateHandler',['$0',index],[[['dateList','',index,'date']]]]]]]}}" class="delCol flexA" bindtap="__e"><view class="dateSty">{{item.g0}}</view><view class="{{['zhouSty','flexC',curDateS==index&&'yellow']}}">{{''+(item.$orig.zhou==0?'日':item.$orig.zhou==1?'一':item.$orig.zhou==2?'二':item.$orig.zhou==3?'三':item.$orig.zhou==4?'四':item.$orig.zhou==5?'五':'六')+''}}</view></view></block></view></scroll-view></view><view class="contentBox"><ren-calendar class="vue-ref" vue-id="26f96d17-1" markDays="{{markDays}}" selectDateList="{{selectDateList}}" headerBar="{{true}}" data-ref="ren" data-event-opts="{{[['^onDayClick',[['onDayClick']]]]}}" bind:onDayClick="__e" bind:__l="__l"></ren-calendar><view class="change">{{"选中日期:"+curDate}}</view></view><button data-event-opts="{{[['tap',[['toPosterHandler',['$event']]]]]}}" style="margin-top:100rpx;" bindtap="__e">跳转海报</button></view>