hejianhao
2025-03-18 a745985378dcec25a59f98806d469f6d03439f78
bug修改
2个文件已修改
4 ■■■■ 已修改文件
H5/pages/certificationAudit/service.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/list/list.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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/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>