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.

8 lines
270 B

<view class="header">
待审批:<text class="count">{{apply_size}}人</text>
</view>
<view class="apply-list">
<view class="applt-item-wrp" bindreview="refresh" wx:for="{{application_list}}">
<apply-item data="{{item}}" course_id="{{course_id}}"/>
</view>
</view>