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.

63 lines
4.0 KiB
Plaintext

2 years ago
<!-- <button aria-role="alert" wx:if="{{topTips}}" class="weui-toptips weui-toptips_warn fadeIn" open-type="getUserInfo" bindtap="getUserInfoBtn">请完善用户信息</button> -->
<view class="main bgf mt10">
<view class="mainlist" style="padding: 0 12px;">
<view class="subset">
<!-- <view wx:for="{{billList}}" wx:key="index" class="subset" hover-class="hcb" hover-stop-propagation="false" mark:id="{{item.id}}" mark:index="{{index}}" bindtap='toDetail'> -->
<view class="userinfo flex-1">
<view class="pr mr12" style="height: 48px;">
<image wx:if="{{record.avatar == ''}}" src="http://matripe.oss-cn-beijing.aliyuncs.com/defaultAva.png" style="width: 48px;height: 48px;border-radius: 4px;"></image>
<image wx:if="{{record.avatar != ''}}" src="{{record.avatar}}" style="width: 48px;height: 48px;border-radius: 4px;"></image>
</view>
<view class="user">
<view class="username">{{record.aliasName}}/{{record.userName}}
<i class="t-icon t-icon-nan1" wx:if="{{record.gender == 1}}" style="width:14px;height:14px;margin-left:4px"></i>
<i class="t-icon t-icon-nv1" wx:if="{{record.gender == 2}}" style="width:14px;height:14px;margin-left:4px"></i>
</view>
<view class="clb"></view>
<view class="usertype">{{record.position}}</view>
</view>
</view>
<!-- </view> -->
</view>
</view>
</view>
<view class="weui-cells weui-cells_after-title" style="margin-top: 10px;">
<view aria-role="" url="" class="weui-cell" hover-class="weui-cell_active" wx:if="{{record.workPhone != '' && record.workPhone != '/'}}" catchtap='makePhoneCall' data-tel='{{record.workPhone}}'>
<view aria-role="link" aria-labelledby="js_cell_tl1_bd js_cell_tl1_ft" id="js_cell_tl1_bd" class="weui-cell__bd f16 c6">工作号</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3" id="js_cell_tl1_ft" aria-hidden="true">
<i class="iconfont icon-shouji" style="color:var(--color-ysd)"></i>
<view style="display: inline-block;width: 108px;">{{record.workPhone}}</view>
</view>
</view>
<view aria-role="" url="" class="weui-cell" hover-class="weui-cell_active" wx:if="{{(record.workPhone == '' || record.workPhone == '/') && (record.workPhoneBak == '' || record.workPhoneBak == '/') && (record.userPhone == '' || record.userPhone == '/')}}" catchtap='makePhoneCall' data-tel='{{record.mobile}}'>
<view aria-role="link" aria-labelledby="js_cell_tl1_bd js_cell_tl1_ft" id="js_cell_tl1_bd" class="weui-cell__bd f16 c6">工作号</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3" id="js_cell_tl1_ft" aria-hidden="true">
<i class="iconfont icon-shouji" style="color:var(--color-ysd)"></i>
<view style="display: inline-block;width: 108px;">{{record.mobile}}</view></view>
</view>
<view aria-role="" url="" class="weui-cell" hover-class="weui-cell_active" wx:if="{{record.workPhoneBak != '' && record.workPhoneBak != '/'}}" catchtap='makePhoneCall' data-tel='{{record.workPhoneBak}}'>
<view aria-role="link" aria-labelledby="js_cell_tl2_bd js_cell_tl2_ft" id="js_cell_tl2_bd" class="weui-cell__bd f16 c6">备用工作号</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3" id="js_cell_tl1_ft" aria-hidden="true">
<i class="iconfont icon-shouji" style="color:var(--color-ysd)"></i>
<view style="display: inline-block;width: 108px;">{{record.workPhoneBak}}</view></view>
</view>
<view aria-role="" url="" class="weui-cell" hover-class="weui-cell_active" wx:if="{{record.userPhone != '' && record.userPhone != '/'}}" catchtap='makePhoneCall' data-tel='{{record.userPhone}}'>
<view aria-role="link" aria-labelledby="js_cell_tl2_bd js_cell_tl2_ft" id="js_cell_tl2_bd" class="weui-cell__bd f16 c6">个人号</view>
<view class="weui-cell__ft weui-cell__ft_in-access f16 c3" id="js_cell_tl1_ft" aria-hidden="true">
<i class="iconfont icon-shouji" style="color:var(--color-ysd)"></i>
<view style="display: inline-block;width: 108px;">{{record.userPhone}}</view></view>
</view>
</view>