theClasses.wxml 332 B

123456789101112131415
  1. <view class="container">
  2. <!-- 说明 -->
  3. <view class="tip-view" bindtap="getTip">说明</view>
  4. <!-- end -->
  5. <!-- 日历组件 -->
  6. <calendar spot="{{eventList}}" bind:change="callSelectDate"></calendar>
  7. <!-- end -->
  8. <!-- 课表列表 -->
  9. <classList date="{{date}}" list="{{dateList}}"></classList>
  10. <!-- end -->
  11. </view>