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.

11 lines
592 B

<navigator class="bg{{data.id%7}} course" url="/course/pages/course/course?course_id={{data.id}}" bindlongpress="showAction">
<view wx:if="{{data.sticky}}" class="sticky"></view>
<view class="header"><image class="action" mode="aspectFit" catchtap="showAction" src="./more.png"/></view>
<view class="body">
<image class="avatar" src="{{eduImgDir}}{{data.avatar_url}}"/>
<view class="course-info">
<view class="course-name">{{data.name}}</view>
<view><text class="school">{{data.school}}</text> <text>{{data.creator}}</text> </view>
</view>
</view>
</navigator>