| | |
| | | <image @click="changeMem(item, index)" v-if="!item.checked" src="@/static/meeting/icon/ic_choose@2x.png"
|
| | | mode="widthFix" class="checked"></image>
|
| | | <text></text>
|
| | | </view>
|
| | | <view v-if="memberList.length == 0" class="empty"> |
| | | </view> |
| | | <view class="" style="height: 220rpx;"></view>
|
| | | <view v-if="memberList.length == 0" class="empty_wrap"> |
| | | <image src="@/static/empty.png" mode=""></image> |
| | | <text>暂无数据</text> |
| | | </view>
|
| | |
| | | },
|
| | | pagination: {
|
| | | page: 1,
|
| | | capacity: 20
|
| | | capacity: 40
|
| | | },
|
| | |
|
| | | isShowSelMem: false
|
| | |
| | | left: 0;
|
| | | width: 100%;
|
| | | box-shadow: 0rpx 0rpx 6rpx 0rpx #b2b2b2;
|
| | | padding: 30rpx 30rpx 64rpx;
|
| | | padding: 30rpx 30rpx 42rpx;
|
| | |
|
| | | .sel_mem {
|
| | | display: flex;
|
| | |
| | | align-items: center;
|
| | | border-bottom: 1rpx solid #e5e5e5;
|
| | | padding: 30rpx 0;
|
| | |
|
| | | |
| | | .avatar {
|
| | | width: 64rpx;
|
| | | height: 64rpx;
|