Commit 4652bb36 authored by 罗林杰's avatar 罗林杰

修改实名认证显示

parent 4138fa28
......@@ -103,7 +103,7 @@
实名认证
</view>
<view class="double-auth-text" style="width: 88rpx;margin-left: 0rpx;">
{{info.memAuthCount}}/3
{{info.memAuthCount}}/1
</view>
<view class="double-auth-text" style="margin-left: 0rpx;">
配对成功率提升200%
......@@ -519,13 +519,7 @@ import {activityList, userActivityList} from "../../api/activity";
if (this.info.memRealAuthen === '1'){
this.info.memAuthCount += 1
}
if (this.info.memEducationAuthen === '1'){
this.info.memAuthCount += 1
}
if (this.info.memWorkAuthen === '1'){
this.info.memAuthCount += 1
}
if (this.info.memAuthCount == 3){
if (this.info.memAuthCount == 1){
this.authShow = false
}
this.button[0].num = this.info.goldCoinsCount
......
......@@ -137,7 +137,7 @@
<view class="w690 p30 bcfff br20 mt30 ml30 p30">
<view class="rowic">
<image class="w30 h30" :src="baseUrl+'/user/xiugai.png'" mode="aspectFill"></image>
<view style="color: #434343;" class="fs28 fwb ml10">实名认证({{ numtwo }}/3</view>
<view style="color: #434343;" class="fs28 fwb ml10">实名认证({{ numtwo }}/1</view>
</view>
<view class="rowjbic mt25">
<view class="fs28 fwb" style="color: #434343;">实名认证</view>
......@@ -268,7 +268,7 @@ import {getOssUrl} from "../../api/article";
},
computed: {
numtwo() {
return +this.userInfo.memRealAuthen + +this.userInfo.memEducationAuthen + +this.userInfo.memWorkAuthen;
return +this.userInfo.memRealAuthen ;
}
},
onLoad(option) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment