| | |
| | | </view> |
| | | </view> |
| | | <view class="userList" wx:for="{{userList}}" wx:key="index"> |
| | | <view class="userInfo"> |
| | | <view class="userInfo" bindtap="selectUser" data-index="{{index}}"> |
| | | <t-checkbox wx:if="{{item.linkType != 'Creator'}}" block="{{false}}" checked="{{item.isCheck}}" /> |
| | | <t-avatar class="avatar-example" size="small" image="{{item.appUser.icon}}" /> |
| | | <text class="user">{{item.appUser.name}}</text> |
| | | </view> |
| | |
| | | <view class="content" wx:if="{{userList.length == 0}}"> |
| | | <empty /> |
| | | </view> |
| | | <view class="navBottom" wx:if="{{userList.length > 1}}"> |
| | | <view class="navBottom-check"> |
| | | <t-checkbox block="{{false}}" label="全选" checked="{{isAll}}" bind:change="selectAll" /> |
| | | </view> |
| | | <view class="navBtn"> |
| | | <t-button disabled="{{!isEnbled}}" style="margin-right:10px" size="extra-small" bindtap="updateStateNormalDatas">批量通过</t-button> |
| | | <t-button disabled="{{!isEnbled}}" size="extra-small" theme="danger" bindtap="removeStudentDatas">批量移除</t-button> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <t-popup visible="{{showConfirm}}" usingCustomNavbar bind:visible-change="onVisibleChange" placement="center"> |
| | | <view class="block--select"> |