123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {{statusbarobj}{{grade}
- <view class="change_grade" wx:if="{{isGradeShow}}">
- <view class="change_brage_wrapper">
- <text class="title">分龄选择</text>
- <view class="change_row">
- <view class="change_item" bindtap="changeGrade" data-code="PRIMARY_FIRST_GRADE">一年级</view>
- <view class="change_item" bindtap="changeGrade" data-code="PRIMARY_SECOND_GRADE">二年级</view>
- </view>
- <view class="change_row">
- <view class="change_item" bindtap="changeGrade" data-code="PRIMARY_THREE_GRADE">三年级</view>
- <view class="change_item" bindtap="changeGrade" data-code="PRESCHOOL">学前班</view>
- </view>
- </view>
- </view>
- <view class="container">
-
-
-
-
- <import src="/component/my/my.wxml" />
- <import src="/templates/courses/courses.wxml" />
-
- <view class="top-tab" wx:if="{{!isGradeShow}}">
- <block wx:for="{{tab}}" wx:key="{{index}}">
- <view class="tabbar {{index == myIndex ? 'select':' '}}" bindtap="switcher" data-index="{{index}}">
- <text>{{item.name}}</text>
- </view>
- </block>
- </view>
-
- <template is="{{templates}}" wx:if="{{myIndex === 3 || myIndex === 2}}" data="{{myData: myData,coursesData:coursesData}}"></template>
- <VideoSwiper wx:if="{{videoList.length > 0}}" class="video-swiper" video-list="{{videoList}}" nextMargin="{{nextMargin}}" isSwiper="{{isSwiper}}" ifHeadTap="{{true}}" bindopenComment="openComment" bindheadTap="headTapHandler" bindgoToReading="goToReading" binddelHideMyWork="delHideMyWork" bindchange="videoChange">
-
- </VideoSwiper>
- <view class="comment_section" catchtap="commentTap" data-type="blank" wx:if="{{commentShow}}">
- <Comment data-type="list" commentId="{{commentId}}" commentNum="{{commentNum}}" inputValue="{{inputValue}}" bindsendReply="sendReply" />
- </view>
- </view>
- <view hidden="{{hide}}">
- <Dialog bindmyevent="jurisdiction" />
- </view>
- {{indexSignDialog}
- {{true}
- {{indexMissionDialog}
- {{unfinishedCount}
|