| 1 |
- <view class="container"><view class="top"><video class="course-video" src="{{url}}" controls x5-playsinline playsinline webkit-playsinline poster x-webkit-airplay="allow" preload="auto" data-event-opts="{{[['play',[['Onplay',['$event']]]]]}}" bindplay="__e"></video></view><view class="list-box"><view class="title">{{list.title}}</view><view class="play_count">{{"已播放"+list.play_count+"次"}}</view></view><view class="navbar"><block wx:for="{{navList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['tabClick',[index]]]]]}}" class="{{['nav-item',(tabCurrentIndex===index)?'current':'']}}" bindtap="__e">{{item.text}}</view></block></view><block wx:if="{{tabCurrentIndex==0}}"><view class="course-details"><view class="details-intro"><rich-text class="detail-centent" nodes="{{list.content}}"></rich-text></view></view></block><block wx:if="{{tabCurrentIndex==1}}"><view class="course-catalogue"><block wx:for="{{courseList}}" wx:for-item="ls" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['ToCourseDetail',['$0'],[[['courseList','',index]]]]]]]}}" class="course-menu flex_item" bindtap="__e"><image src="{{ls.image}}"></image><view class="menu-info"><view class="title">{{ls.title}}</view><view class="tip"><text>直播回放</text></view></view></view></block></view></block></view>
|