13404089107
2025-03-18 d661076c46b142d2e7ac5719fc02bc6438b3fd09
Merge branch 'master' of http://120.76.84.145:10101/gitblit/r/H5/threeSide
5个文件已修改
25 ■■■■■ 已修改文件
H5/components/customPopup.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/certificationAudit/certificationAudit.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/certificationAudit/service.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/index/index.vue 17 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/list/list.vue 2 ●●● 补丁 | 查看 | 原始文档 | 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/certificationAudit/certificationAudit.vue
@@ -11,7 +11,7 @@
                <view class="pt-21 px-31 flex a-center j-between font-bold">
                    <view class="flex a-center">
                        <view class="fs-31 lh-38 mr-23">{{item.name}}</view>
                        <view v-if="!item.gender" class="flex a-center pr-19 border3">
                        <view v-if="item.gender" class="flex a-center pr-19 border3">
                            <image src="@/static/man.png" class="w-38 h-38 shrink0" />
                            <view class="fs-23 ml-12">
                                男
H5/pages/certificationAudit/service.js
@@ -2,7 +2,7 @@
// 党员待审核列表
export const getList = (params) => {
    return request.post(`/api/huacheng-sangeshenbian/applet/party-member/pre-audit-list`, params)
    return request.post(`/api/huacheng-sangeshenbian/applet/party-member/pre-audit-list`, params, false, false)
}
// 党员申请审核
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 => {
H5/pages/list/list.vue
@@ -132,7 +132,7 @@
                        </view>
                    </view>
                    <view v-if="item.evaluateButtonStatus == 0" class="flex a-center j-center fs-23 mt-29 txt-center">
                        <view @click.stop="toEvaluate(item.id)" class="h-58 lh-58 bgColor5 w-192 br-29 color10">
                        <view @click.stop="toEvaluate(item.id)" class="h-58 lh-58 bgColor6 w-192 br-29 color10">
                            评价
                        </view>
                    </view>