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
330 B
12 lines
330 B
<mp-index-list binddelete="refresh" list="{{teachers}}" ext="{{ext}}" vibrated="{{false}}" generic:item="teacher-item" bindchoose="onChoose">
|
|
<view class="header">
|
|
<view class="student-count">
|
|
<text>教师人数:</text>
|
|
<text class="count">{{teachers_count}}</text>
|
|
</view>
|
|
</view>
|
|
</mp-index-list>
|
|
|
|
|
|
|