learn.wxml 1.3 KB

1
  1. <view class="container data-v-53c8c079"><view class="top data-v-53c8c079"><image class="bg data-v-53c8c079" style="height:421rpx;" src="{{learncourse.imgUrl}}" mode="widthFix"></image><view class="top-box data-v-53c8c079"><view class="title data-v-53c8c079">{{learncourse.courseName}}</view><view class="txt data-v-53c8c079"><image src="https://cos.his.cdwjyyh.com/fs/20250807/1ec06761a8cc46dcb330b5c09dbb39a5.png" class="data-v-53c8c079"></image><text class="data-v-53c8c079">{{"共"+$root.g0+"节课"}}</text></view></view></view><view class="container-body data-v-53c8c079"><block wx:for="{{learnList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="list data-v-53c8c079"><view class="img-box data-v-53c8c079"><view class="sub data-v-53c8c079">{{"第"+(index+1)+"课"}}</view><image src="{{learncourse.imgUrl||'https://cos.his.cdwjyyh.com/fs/20250807/1eebee6c3bff4fd68d1d3dde090bdf89.png'}}" mode="aspectFill" class="data-v-53c8c079"></image></view><view class="right data-v-53c8c079"><view class="title data-v-53c8c079">{{item.title}}</view><view class="bottom data-v-53c8c079"><view class="data-v-53c8c079"></view><view data-event-opts="{{[['tap',[['goLive',['$0'],[[['learnList','',index]]]]]]]}}" class="btn-red data-v-53c8c079" bindtap="__e">去学习</view></view></view></view></block></view></view>