hejianhao
2025-03-18 5deac76440b8580a1ead2b665d5f13b5cb38ee91
x修改bug
2个文件已修改
19 ■■■■■ 已修改文件
H5/components/customPopup.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/index/index.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/components/customPopup.vue
@@ -68,7 +68,7 @@
                    return
                }
                this.$emit('comfirm')
                this.show = false
                // this.show = false
            },
            showPopup() {
                this.show = true
H5/pages/index/index.vue
@@ -73,7 +73,8 @@
                    <image class="w-81 h-77 ml-38" src="/static/home/img8.png" mode=""></image>
                    <text class="ml-37 font-bold">统计分析</text>
                </view>
                <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center" @tap.stop="toCertificationAudit" v-if="showData && userInfo.isAdmin == 1">
                <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center" @tap.stop="toCertificationAudit"
                    v-if="showData && userInfo.isAdmin == 1">
                    <image class="w-81 h-77 ml-38" src="/static/home/Group 2@2x.png" mode=""></image>
                    <text class="ml-37 font-bold">党员审核</text>
                </view>
@@ -238,7 +239,7 @@
        },
        onLoad(e) {
            if (e.token) {
                uni.setStorageSync('token', 'Bearer ' + e.token)
            }
@@ -251,7 +252,9 @@
        methods: {
            // 管理员确认
            comfirm() {
                confirmContent()
                confirmContent().then(res => {
                    this.$refs.confirmPop.closePopup()
                })
            },
            //关闭切换角色弹窗
            closeChangeRole() {
@@ -273,12 +276,15 @@
                } else {
                    this.changeRolePopup = true
                }
                this.$refs.dongjiePop.closePopup()
            },
            // 认证详情
            toRenzhengDetail() {
                uni.navigateTo({
                    url: '/pages/authentication/authentication?detail=1'
                })
                this.$refs.jujuePop.closePopup()
                this.$refs.shenhePop.closePopup()
            },
            // 切换角色
            changeRole(e) {
@@ -304,6 +310,7 @@
                uni.navigateTo({
                    url: '/pages/authentication/authentication'
                })
                this.$refs.renzhengPop.closePopup()
            },
            // 关闭webview
            closeH5() {
@@ -331,7 +338,7 @@
                        })
                        wx.miniProgram.navigateBack()
                    });
                    wx.error((err) => {
                        // 处理错误情况
                        uni.showToast({
@@ -342,7 +349,7 @@
                        })
                    })
                })
            },
            Allread() {
                getread().then(resp => {