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.

14 lines
597 B

<view class="search-item" bindlongpress="enterInvite" bindtap="enterPage">
<view class="title-wrap">
<rich-text class="title" nodes="{{data.title}}"></rich-text>
</view>
<view wx:for="{{data.content}}" class="content-wrap">
<rich-text class="content" nodes="{{item[0]}}"></rich-text>
</view>
<view class="detail">
<text>{{data.author_name}}</text>
<text>{{data.author_school_name}}</text>
<text wx:if="{{data.type=='course'}}">成员数:{{data.members_count}}</text>
<text wx:if="{{data.type=='shixun'}}">学习人数:{{data.study_count}}</text>
</view>
</view>