| | |
| | | this.overlayOpacity = 1 |
| | | return |
| | | } |
| | | if (!this.userInfo.isPartymember && this.userInfo.auditStatus === 0 && this.userInfo.identity == '1') { |
| | | if (!this.userInfo.isPartymember && this.userInfo.auditStatus === 0 && this.userInfo.identity != '2') { |
| | | // 审核中 |
| | | this.$refs.shenhePop.showPopup() |
| | | return |
| | | } |
| | | if (!this.userInfo.isPartymember && this.userInfo.auditStatus === 2 && this.userInfo.identity == '1') { |
| | | if (!this.userInfo.isPartymember && this.userInfo.auditStatus === 2 && this.userInfo.identity != '2') { |
| | | // 审核拒绝 |
| | | this.$refs.jujuePop.showPopup() |
| | | return |
| | |
| | | }) |
| | | return |
| | | } |
| | | |
| | | if (this.userInfo.identity == 2 && !this.userInfo.isConfirmContent) { |
| | | //管理员确认 |
| | | this.$refs.confirmPop.showPopup() |