1 |
- <view data-event-opts="{{[['touchmove',[['moveStop',['$event']]]],['tap',[['clearMask',['$event']]]]]}}" class="mask data-v-e7a1a734" catchtouchmove="__e" bindtap="__e"><view data-event-opts="{{[['tap',[['moveStop',['$event']]]]]}}" class="mask-container data-v-e7a1a734" catchtap="__e"><view class="operation2 data-v-e7a1a734"><view class="month-opertaion data-v-e7a1a734"><view data-event-opts="{{[['tap',[['yearChange',['reduce']]]]]}}" class="iconfont icon-a-xiangyou_iconcopy data-v-e7a1a734" bindtap="__e"></view><view class="monthText data-v-e7a1a734">{{year+"年"}}</view><view data-event-opts="{{[['tap',[['yearChange',['add']]]]]}}" class="iconfont icon-xiangyou_icon data-v-e7a1a734" bindtap="__e"></view></view></view><view class="monthBox data-v-e7a1a734"><block wx:for="{{monthList}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['monthEvent',[index]]]]]}}" class="{{['data-v-e7a1a734','monthItem',monthInfo.year==year&&month==item.value?'active':'']}}" bindtap="__e">{{item.name}}</view></block></view></view></view>
|