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