leave.wxml 281 B

1234567891011
  1. <view class="container">
  2. <!-- 日历组件 -->
  3. <calendar spot="{{eventList}}" bind:change="callSelectDate"></calendar>
  4. <!-- end -->
  5. <!-- 课表列表 -->
  6. <classList date="{{date}}" list="{{dateList}}" showLeaveNum="true" action="4"></classList>
  7. <!-- end -->
  8. </view>