You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
1.5 KiB
Plaintext

<view class="mt16 pl10 pr10">
<view class="fsa p16 bgf mb12 br8" wx:for="{{recordList}}">
<view class="fss">
<!-- <view class="mr16" > -->
<image class="mr16" style="width:28px;height:35px" src="../../../assets/images/jianli.png" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
<!-- </view> -->
<view class>
<view class="fw500 fsa">
{{item.name + (item.gender ? ('/' + item.gender) :'') }}
<view class="f10 ml4" wx:if="{{index == 0}}" style="color:#FF4D4F;padding:2px 4px;border:1px solid #FF4D4F;border-radius:3px;line-height:1">默认</view>
</view>
<view class="c9">{{item.tel}}</view>
</view>
</view>
<view class>
<checkbox wx:if="{{type == 'add'}}" class value="{{item.checked}}" color></checkbox>
<view wx:else class hover-class="none" hover-stop-propagation="false">
<view class="iconfont icon-lajitong tac c6" style="font-size:14px;background-color:#f6f6f6;width:32px;height:32px;border-radius:50%;line-height:32px" hover-class="thover" hover-stop-propagation="{{true}}"></view>
</view>
</view>
</view>
<button class="ml12 bgf pt12 pb12" style="width: 100%; color:#3578f6" hover-class="thover" bindtap="addPersion">
<i class="iconfont icon-tianjia3 mr8 fw400"></i>新增报名人
</button>
<view class="bgf pt16 fixBottom" wx:if="{{type == 'add'}}">
<button class="loginOut mt0" style="width: 260px; " hover-class="thover">确定</button>
</view>
</view>