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.
13 lines
464 B
13 lines
464 B
<view class="association-member">
|
|
|
|
<contact groupCategory="{{groupCategory}}" scrollViewTop="{{0}}" scrollViewBottom="{{0}}" pageType="delete" dataList="{{associationMemberList}}" bind:operationBtn="deleteMember"></contact>
|
|
|
|
<notice
|
|
dialogVisible="{{dialogVisible}}"
|
|
title="删除群成员"
|
|
content="{{['是否确认删除该群成员']}}"
|
|
confirmText="确定"
|
|
cancelText="取消"
|
|
bind:confirm="confirmDialog">
|
|
</notice>
|
|
</view>
|