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.
12 lines
589 B
12 lines
589 B
<mp-index-list binddelete="refresh" list="{{teacher_list}}" ext="{{ext}}" generic:item="teacher-item" bindchoose="onChoose">
|
|
<view class="header">
|
|
<view class="student-count">
|
|
<text>教师人数:</text>
|
|
<text class="count">{{teacher_list_size}}</text>
|
|
</view>
|
|
<navigator hover-class="none" url="/course/pages/teacher_apply/teacher_apply?course_id={{course_id}}" wx:if="{{course_identity&&course_identity<=2}}">
|
|
<mp-badge wx:if="{{apply_size>0}}"/>
|
|
<text class="apply-text">待审批({{apply_size}})</text>
|
|
</navigator>
|
|
</view>
|
|
</mp-index-list> |