认证文字
This commit is contained in:
		@@ -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 [
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user