认证文字
This commit is contained in:
@@ -62,9 +62,9 @@ export default {
|
|||||||
return this.user?.status == 2;
|
return this.user?.status == 2;
|
||||||
},
|
},
|
||||||
approveLabel() {
|
approveLabel() {
|
||||||
return this.user?.status == 2 ? "已认证" :
|
return this.user?.partyStatusForWX == 2 ? "已认证" :
|
||||||
this.user?.status == 1 ? "审核中" :
|
this.user?.partyStatusForWX == 1 ? "审核中" :
|
||||||
this.user?.status == -1 ? "审核驳回" : "前往认证"
|
this.user?.partyStatusForWX == 3 ? "认证失败" : "前往认证"
|
||||||
},
|
},
|
||||||
listGroup() {
|
listGroup() {
|
||||||
return [
|
return [
|
||||||
|
|||||||
Reference in New Issue
Block a user