- <view class="container">
- <!-- 说明 -->
- <view class="tip-view" bindtap="getTip">说明</view>
- <!-- end -->
- <!-- 日历组件 -->
- <calendar spot="{{eventList}}" bind:change="callSelectDate"></calendar>
- <!-- end -->
- <!-- 课表列表 -->
- <classList date="{{date}}" list="{{dateList}}"></classList>
- <!-- end -->
- </view>
|