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.
13 lines
569 B
13 lines
569 B
5 years ago
|
<mp-index-list binddelete="refresh" list="{{students}}" ext="{{ext}}" vibrated="{{false}}" generic:item="student-item" bindchoose="onChoose">
|
||
|
<view class="header">
|
||
|
<view class="student-count">
|
||
|
<text>学生人数:</text>
|
||
|
<text class="count">{{students_count}}</text>
|
||
|
</view>
|
||
|
<navigator wx:if="{{course_identity<5}}" class='invite' hover-class="none" url="/course/pages/course_invite/course_invite?course_id={{course_id}}"><button class="invite-button" size="mini" type="main">邀请学生</button></navigator>
|
||
|
</view>
|
||
|
</mp-index-list>
|
||
|
|
||
|
|
||
|
|