diff --git a/src/project/pingchang/AppPcMine/AppPcMine.vue b/src/project/pingchang/AppPcMine/AppPcMine.vue index d09d612..19f7f55 100644 --- a/src/project/pingchang/AppPcMine/AppPcMine.vue +++ b/src/project/pingchang/AppPcMine/AppPcMine.vue @@ -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 [