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.
16 lines
682 B
16 lines
682 B
<mp-index-list binddelete="refresh" list="{{students}}" ext="{{ext}}" generic:item="student-item" bindchoose="onChoose">
|
|
<view class="header">
|
|
<view class="student-count">
|
|
<text>学生人数:</text>
|
|
<text class="count">{{students_count}}</text>
|
|
</view>
|
|
<view class="switch-wrp">
|
|
<switch color="#00b0f0" bindchange="onChange">按学号排序</switch>
|
|
</view>
|
|
<navigator wx:if="{{course_identity&&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>
|
|
|
|
|
|
|