认证文字

This commit is contained in:
liuye
2022-11-17 15:01:46 +08:00
parent 2d2dc39df0
commit 2bcba1bdd4

View File

@@ -62,9 +62,9 @@ export default {
return this.user?.status == 2;
},
approveLabel() {
return this.user?.status == 2 ? "已认证" :
this.user?.status == 1 ? "审核中" :
this.user?.status == -1 ? "审核驳回" : "前往认证"
return this.user?.partyStatusForWX == 2 ? "已认证" :
this.user?.partyStatusForWX == 1 ? "审核中" :
this.user?.partyStatusForWX == 3 ? "认证失败" : "前往认证"
},
listGroup() {
return [