You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

1 lines
1.2 KiB

<view class="page flex-col" style="height:auto;"><view class="box_1 flex-col" style="height:auto;"><view class="group_2 flex-col" style="height:auto;"><view class="group_3 flex-col" style="height:auto;"><view class="box_2 flex-row" style="height:auto;"><image class="single-avatar_1 flex-col" src="{{list.image}}"></image><view class="text-group_1 flex-col justify-between"><text class="text_2">{{list.name}}</text><text class="text_3">{{'已有'+list.num+"人学习  |  共"+list.count+'个课程'}}</text></view><text class="text_4">{{list.title}}</text></view><text class="text_5" style="overflow-y:auto;height:75rpx;">{{''+list.desc+''}}</text></view><text class="text_6">名师课程</text><block wx:for="{{course}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['go1',['$0'],[[['course','',index,'id']]]]]]]}}" class="image-text_1 flex-row justify-between" style="border-bottom:1px solid lightgray;padding-bottom:200rpx;" bindtap="__e"><image class="block_1 flex-col" src="{{item.cover}}" mode="aspectFit"></image><view class="text-group_2 flex-col justify-between"><text class="text_7">{{item.title}}</text><text class="text_8">{{"¥"+item.price}}</text></view></view></block></view></view></view>