123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <StatusBar receiveData="{{statusbarobj}}" grade="{{grade}}" bindgradeTap="gradeTap" />
- <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="0">
- 学前班
- </view>
- <view class="change_item" bindtap="changeGrade" data-code="1">
- 一年级
- </view>
- </view>
- <view class="change_row">
- <view class="change_item" bindtap="changeGrade" data-code="2">
- 二年级
- </view>
- <view class="change_item" bindtap="changeGrade" data-code="3">
- 三年级
- </view>
- </view>
- </view>
- </view>
- <view class="container">
-
-
-
-
- <import src="/component/my/my.wxml" />
- <import src="/templates/courses/courses.wxml" />
-
- <template is="{{templates}}" wx:if="{{myIndex === 3}}" data="{{myData: myData,coursesData:coursesData}}"></template>
-
- <view class="top-tab">
- <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>
- <VideoSwiper
- wx:if="{{videoList.length > 0}}"
- class="video-swiper"
- video-list="{{videoList}}"
- nextMargin="{{nextMargin}}"
- bindopenComment="openComment"
- bindheadTap="headTapHandler"
- bindgoToReading="goToReading"
- >
-
- </VideoSwiper>
- <view class="comment_section" catchtap="commentTap" data-type="blank" wx:if="{{commentShow}}">
- <Comment
- data-type="list"
- commentList = "{{commentList}}"
- commentNum ="{{commentNum}}"
- inputValue="{{inputValue}}"
- bindsendReply = "sendReply"
- />
- </view>
- </view>
-
- <view hidden="{{hide}}">
- <Dialog bindmyevent="jurisdiction" />
- </view>
- {{indexSignDialog}
- {{true}
- {{indexMissionDialog}
- {{unfinishedCount}
|