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