hejianhao
2025-04-03 13e27afb7b7de8261065a9ca746f2b41aa422dff
H5优化
3个文件已修改
1个文件已添加
44 ■■■■■ 已修改文件
H5/pages/index/index.vue 30 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/problemReporting/problemReporting.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/static/more.png 补丁 | 查看 | 原始文档 | blame | 历史
management/src/pages/appeal-management/index.jsx 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/index/index.vue
@@ -33,19 +33,23 @@
                    </view>
                </view>
            </view>
        </view>
        <view class="pt-38 pl-31 pr-31 flex flex-column">
            <view class="flex j-between a-center">
                <!-- <text class="color1 fs-31 font-bold">工作台</text> -->
                <!-- <text class="color2 fs-27" @click="showData = !showData">查看更多</text> -->
                <view @click="showData = !showData" class="fs-23 flex a-center border1 w-154 h-38 j-center br-29">
                    <image src="/static/more.png" mode="aspectFill" class="w-19 h-19 mr-8"></image>
                    更多功能
                </view>
            <view @click="showChangeRole" class="fs-23 flex a-center border1 w-154 h-38 j-center br-29">
                <image src="/static/home/切换@2x.png" mode="aspectFill" class="w-19 h-19 mr-8"></image>
                切换角色
            </view>
        </view>
        <view class="pt-38 pl-31 pr-31 flex flex-column">
            <view class="flex j-between a-center">
                <text class="color1 fs-31 font-bold">工作台</text>
                <text class="color2 fs-27" @click="showData = !showData">查看更多</text>
            </view>
            <view class="flex flex-wrap j-between">
                <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center relative"
            <view class="flex flex-wrap j-between mt-23">
                <view class="pt-38 pb-38 bg1 w-333 br-19 flex a-center relative"
                    :class="userInfo.isPartymember === false && 'bg2'" @click="onClick()">
                    <image v-if="userInfo.auditStatus === null" src="/static/home/注册@2x.png" mode="aspectFill"
                        class="w-112 h-85 absolute" style="right: -12rpx;top: -23rpx;"></image>
@@ -56,7 +60,7 @@
                    <image class="w-94 h-77 ml-38" src="/static/home/img7.png" mode=""></image>
                    <text class="ml-37 font-bold">党员证件</text>
                </view>
                <view class="pt-38 pb-38 bg1 w-333 flex br-19 mt-19 a-center" @click="goTopage()">
                <view class="pt-38 pb-38 bg1 w-333 flex br-19 a-center" @click="goTopage()">
                    <image class="w-81 h-77 ml-38" src="/static/home/img2.png" mode=""></image>
                    <text class="ml-37 font-bold">诉求录入</text>
                </view>
@@ -64,12 +68,12 @@
                    <image class="w-81 h-77 ml-38" src="/static/home/img4.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">
                <!-- <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center">
                    <image class="w-79 h-77 ml-38" src="/static/home/img1.png" mode=""></image>
                    <text class="ml-37 font-bold">回访评价</text>
                </view>
                </view> -->
                <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center" v-if="showData">
                <view class="pt-38 pb-38 bg1 w-333 br-19 mt-19 flex a-center">
                    <image class="w-81 h-77 ml-38" src="/static/home/img8.png" mode=""></image>
                    <text class="ml-37 font-bold">统计分析</text>
                </view>
@@ -80,7 +84,7 @@
                </view>
            </view>
            <view class="flex j-between a-center mt-38">
                <text class="color1">消息通知</text>
                <!-- <text class="color1">消息通知</text> -->
            </view>
            <view class=" mt-15">
                <view class="flex a-center">
H5/pages/problemReporting/problemReporting.vue
@@ -41,10 +41,10 @@
        <view class="notice-tip flex a-center ">
            <image src="/static/warnng@2x.png" class="w-31 h-31 mr-15" mode="aspectFill"></image>
            提交后会由上级部门进行审核,请留意审核结果
            提交后会由{{accountLevel < 4 ? '上级工作专班' :'上级部门'}}进行审核,请留意审核结果
        </view>
        <view class="btn" @tap="problemReports">提交至上级部门</view>
        <view class="btn" @tap="problemReports">{{accountLevel < 4 ? '提交至上级工作专班':'提交至上级部门'}}</view>
    </view>
</template>
@@ -60,8 +60,12 @@
                content: '',
                id: '',
                detail: {},
                accountLevel: 1, //1、市级 2、区县 3、街道 4、社区
            };
        },
        onShow() {
            this.accountLevel = uni.getStorageSync('userInfo').accountLevel || 1
        },
        onLoad(option) {
            // option.id = 1
            if (option.id) {
H5/static/more.png
management/src/pages/appeal-management/index.jsx
@@ -56,6 +56,12 @@
            }
        },
        {
            title: '评价',
            ellipsis: true,
            hideInSearch: true,
            dataIndex: 'complaintComment',
        },
        {
            title: '操作',
            hideInSearch: true,
            render: (text, record) => {