fix
pyt
2025-03-20 6070d90160b31c4f7a773701de758d910fd3458e
fix
1个文件已修改
5 ■■■■■ 已修改文件
H5/pages/index/index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/index/index.vue
@@ -402,12 +402,12 @@
                    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
@@ -419,7 +419,6 @@
                    })
                    return
                }
                if (this.userInfo.identity == 2 && !this.userInfo.isConfirmContent) {
                    //管理员确认
                    this.$refs.confirmPop.showPopup()