|
@@ -7,6 +7,10 @@
|
|
</view>
|
|
</view>
|
|
<view class="company">{{item.compName}}</view>
|
|
<view class="company">{{item.compName}}</view>
|
|
<view class="company" v-if="item.customerTypeFlag == 1">{{item.customerName}}</view>
|
|
<view class="company" v-if="item.customerTypeFlag == 1">{{item.customerName}}</view>
|
|
|
|
+ <view class="status" v-if="item.cover == '1'">
|
|
|
|
+ 已覆盖
|
|
|
|
+ </view>
|
|
|
|
+ <view v-else>
|
|
<view class="status" v-if="item.authenticationStatus == '已认证'">
|
|
<view class="status" v-if="item.authenticationStatus == '已认证'">
|
|
<image src="../../static/img/authentication/cert-personal@3x.png"
|
|
<image src="../../static/img/authentication/cert-personal@3x.png"
|
|
style="width: 16px;height: 16px;top:3px;"></image>
|
|
style="width: 16px;height: 16px;top:3px;"></image>
|
|
@@ -21,6 +25,7 @@
|
|
<view class="status3" v-if="item.authenticationStatus == '已覆盖'">
|
|
<view class="status3" v-if="item.authenticationStatus == '已覆盖'">
|
|
{{item.authenticationStatus}}
|
|
{{item.authenticationStatus}}
|
|
</view>
|
|
</view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view class="geren" v-if="item.customerTypeFlag == 1"> {{item.customerPhone}}</view>
|
|
<view class="geren" v-if="item.customerTypeFlag == 1"> {{item.customerPhone}}</view>
|
|
<view class="geren" v-if="item.customerTypeFlag == 2">{{item.customerName}}{{item.customerPhone}}
|
|
<view class="geren" v-if="item.customerTypeFlag == 2">{{item.customerName}}{{item.customerPhone}}
|
|
@@ -33,8 +38,8 @@
|
|
<text style="font-size: 12px;" @click.stop="select(item)">设为默认</text>
|
|
<text style="font-size: 12px;" @click.stop="select(item)">设为默认</text>
|
|
</view>
|
|
</view>
|
|
<view class="options flex">
|
|
<view class="options flex">
|
|
- <view class='but' @click="open(item)">更换手机号</view>
|
|
|
|
- <view class='but' @click="companyEdit(item)">修改</view>
|
|
|
|
|
|
+ <view class='but' v-if="item.authenticationStatus == '已覆盖'||item.authenticationStatus == '已认证'" @click="open(item)">更换手机号</view>
|
|
|
|
+ <view class='but' v-if="item.authenticationStatus == '未通过'" @click="companyEdit(item)">修改</view>
|
|
<view class='but' @click="deleteLS(item)">删除</view>
|
|
<view class='but' @click="deleteLS(item)">删除</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -180,7 +185,8 @@
|
|
this.$api.doRequest('get', '/identityAuthenticationInfo/selectIdentityAuthenticationInfo', {
|
|
this.$api.doRequest('get', '/identityAuthenticationInfo/selectIdentityAuthenticationInfo', {
|
|
pageSize: 10,
|
|
pageSize: 10,
|
|
currentPage: 1,
|
|
currentPage: 1,
|
|
- commonId: this.userInfo.id
|
|
|
|
|
|
+ commonId: this.userInfo.id,
|
|
|
|
+ flag:0
|
|
}, 'application/json;charset=UTF-8').then(res => {
|
|
}, 'application/json;charset=UTF-8').then(res => {
|
|
for (var i = 0; i < res.data.data.records.length; i++) {
|
|
for (var i = 0; i < res.data.data.records.length; i++) {
|
|
res.data.data.records[i].basis = "false"
|
|
res.data.data.records[i].basis = "false"
|