锦水居民端小程序
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.
 

28 lines
936 B

<view class="incoming-verify">
<contact bind:operationBtn="operationBtn" scrollViewTop="{0}" scrollViewBottom="{{110}}" pageType="verify" dataList="{{incomingMemberList}}"></contact>
<view class="operation">
<view class="left">
<checkbox-group bind:change="chooseAll">
<checkbox color="red" value="1" checked="{{chooseAllValue}}"/>
</checkbox-group>
<text>全选</text>
</view>
<button
style="background: {{chooseAllValue ? 'linear-gradient(to right, #f51111, #fe4a4a)': '#cecece'}}"
type="default"
size="mini"
hover-class="hover-confirm"
bindtap="verify"
disabled="{{!chooseAllValue}}">全部通过</button>
</view>
</view>
<notice-verify
noticeVerifyVisible="{{noticeVerifyVisible}}"
bind:close="unpass"
bind:confirm="pass"
title="入群审核"
tipVisible="{{true}}"
cancelText="不通过"
confirmText="通过">
</notice-verify>