wjt
2024-06-22 32f48493e3cef7748b86a2742082dbb6487fd111
修改页面跳转方式
11个文件已修改
54 ■■■■■ 已修改文件
pages/companyLogin/companyLogin.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/applyRecord/applyRecord.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/components/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/dataLook/dataLook.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/policyIndex/policyIndex.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/reportPage/reportPage.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/reportRecord/reportRecord.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/scodePage/scodePage.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/scodePage/scodePage.vue 30 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/translate/translate.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
policy/translateRecord/translateRecord.scss 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/companyLogin/companyLogin.vue
@@ -146,15 +146,15 @@
                getInfo().then(val => {
                    uni.setStorageSync('userInfo',  val.data.data)
                    if(this.form.userType == '02') {
                        uni.redirectTo({
                        uni.reLaunch({
                            url:`/qiye/qiyeIndex/qiyeIndex`
                        })
                    } else if(this.form.userType == '01'){
                        uni.redirectTo({
                        uni.reLaunch({
                            url:`/policy/policyIndex/policyIndex?id=${val.data.data.deptId}`
                        })
                    } else {
                        uni.redirectTo({
                        uni.reLaunch({
                            url:`/policy/policyIndex/policyIndex`
                        })
                    }
policy/applyRecord/applyRecord.scss
@@ -52,7 +52,7 @@
                }
            }
            .line{
                border-bottom: 3rpx dotted #F4F4F4;
                border-bottom: 3rpx dashed  #F4F4F4;
                margin: 24rpx 0;
            }
            .set-line1{
policy/components/index.vue
@@ -24,7 +24,7 @@
                <image src="/static/policy/zhi2.png" v-if="isJudge" @click="recordZhifa" mode="widthFix"></image>
                <image src="/static/policy/zhi3.png" v-if="userAuth" @click="report" mode="widthFix"></image>
                <image src="/static/policy/zhi4.png" v-if="userAuth" @click="applyRecord" mode="widthFix"></image>
                <image src="/static/policy/zhi5.png" @click="goDataLook" v-if="userType == '02'" mode="widthFix">
                <image src="/static/policy/zhi5.png" @click="goDataLook" v-if="userType == '00'" mode="widthFix">
                </image>
            </view>
        </view>
policy/dataLook/dataLook.vue
@@ -257,7 +257,7 @@
            },
            // 获取执法信息
            getTotalInfo() {
                getTotalInfo(this.pageQuerm).then(val => {
                getTotalInfo().then(val => {
                    // console.log(val)
                    this.infoData = val.data.data
                })
policy/policyIndex/policyIndex.vue
@@ -1,6 +1,6 @@
<template>
    <view class="padding-bottom">
        <policyIndexVue v-if="activeNumber == 0" :isJudge="isJudge" :userType="userInfo.userType" :userAuth="userAuth"></policyIndexVue>
        <policyIndexVue v-if="activeNumber == 0" :isJudge="isJudge" :userType="userInfo.data.userType" :userAuth="userAuth"></policyIndexVue>
        <minePage v-if="activeNumber == 1" :userInfo="userInfo" :roleGroup="roleGroup"></minePage>
        <tabsCom :activeNumber.sync="activeNumber"></tabsCom>
    </view>
policy/reportPage/reportPage.scss
@@ -39,7 +39,7 @@
                }
            }
            .line{
                border-bottom: 3rpx dotted #F4F4F4;
                border-bottom: 3rpx dashed  #F4F4F4;
                margin: 24rpx 0;
            }
            .set-line1{
policy/reportRecord/reportRecord.scss
@@ -42,7 +42,7 @@
                }
            }
            .line{
                border-bottom: 3rpx dotted #F4F4F4;
                border-bottom: 3rpx dashed  #F4F4F4;
                margin: 24rpx 0;
            }
            .set-line1{
policy/scodePage/scodePage.scss
@@ -129,7 +129,7 @@
                }
            }
            .border{
                border: 2rpx dotted #F4F4F4;
                border: 2rpx dashed  #F4F4F4;
                margin: 24rpx 0;
            }
            .font-13{
policy/scodePage/scodePage.vue
@@ -11,18 +11,24 @@
        <image src="/static/policy/back.png" mode="widthFix" class="back-image"></image>
        <view class="page-box">
            <view class="code-hint">
                <view>
                    <image src="/static/policy/success.png" mode="widthFix"></image>
                    <!-- <image src="/static/policy/error.png" mode="widthFix"></image> -->
                    <text>成功-绿码</text>
                    <!-- <text>失败-红码</text> -->
                </view>
                <view class="hint">
                    可对此企业进行核查
                </view>
                <view class="hint">
                    请核查企业信息
                </view>
                <template v-if="color == 'green'">
                    <view>
                        <image src="/static/policy/success.png" mode="widthFix"></image>
                        <text>成功-绿码</text>
                    </view>
                    <view class="hint">
                        可对此企业进行核查
                    </view>
                </template>
                <template  v-if="color == 'red'">
                    <view >
                        <image src="/static/policy/error.png" mode="widthFix"></image>
                        <text>失败-红码</text>
                    </view>
                    <view class="hint">
                        请核查企业信息
                    </view>
                </template>
            </view>
            <!-- 二维码 -->
            <view class="qrcode">
policy/translate/translate.scss
@@ -58,7 +58,7 @@
                }
            }
            .line{
                border-bottom: 3rpx dotted #F4F4F4;
                border-bottom: 3rpx dashed  #F4F4F4;
                margin: 24rpx 0;
            }
            .set-line1{
policy/translateRecord/translateRecord.scss
@@ -52,7 +52,7 @@
                }
            }
            .line{
                border-bottom: 3rpx dotted #F4F4F4;
                border-bottom: 3rpx dashed  #F4F4F4;
                margin: 24rpx 0;
            }
            .set-line1{