董国庆
2025-03-01 db1403eb0b3777aedf930a8e68fd9599172ad4d1
修改文案
3个文件已修改
25 ■■■■■ 已修改文件
H5/pages/result-entry/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/work-detail/work-detail.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/utils/request.js 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
H5/pages/result-entry/index.vue
@@ -169,7 +169,7 @@
            </view>
        </view>
        <view @click.stop="submit" class="mt-38 fs-35 lh-96 br-48 txt-center font-bold bgcolor6 color4 fixed"
            style="width: calc(100% - 62rpx);bottom: calc(env(safe-area-inset-bottom) + 10rpx);">提交办结结果</view>
            style="width: calc(100% - 62rpx);bottom: calc(env(safe-area-inset-bottom) + 10rpx);">提交办理结果</view>
        <view class="btn-box"></view>
        <view class="safe-box"></view>
        <u-picker :show="showList" :columns="columns" @confirm="confirm" @cancel="cancel"></u-picker>
H5/pages/work-detail/work-detail.vue
@@ -10,8 +10,7 @@
                <view class="flex a-center j-between mb-17">
                    <view class="tit">当前状态</view>
                    <!-- 延期状态 -->
                    <view v-if="orderInfo.status == 1 &&userInfo.accountLevel > 1" class="flex a-center"
                        @click.stop="toDelayDetail()">
                    <view v-if="orderInfo.status == 1 " class="flex a-center" @click.stop="toDelayDetail()">
                        <image src="../../static/detailImg/explain.png" class="plainIcon shrink0"></image>
                        <view class="explain">延期情况说明</view>
                    </view>
@@ -101,7 +100,8 @@
            <view class="cardInfo">
                <view class="flex j-between a-center">
                    <view class="title">诉求号:{{ orderInfo.serialNumber || '' }}</view>
                    <view class="flex a-center" v-if="orderInfo.status == 0" @click.stop="applyOverTime">
                    <view class="flex a-center" v-if="orderInfo.status == 0&&userInfo.accountLevel != 1"
                        @click.stop="applyOverTime">
                        <view class="apply">延期申请</view>
                        <image src="../../static/detailImg/right.png" class="rightIcon shrink0"></image>
                    </view>
@@ -328,7 +328,7 @@
        <u-popup round="19rpx" :show="showPop" mode="center" @close="close" @open="open">
        <u-popup round="19rpx" :show="showPop" mode="center" @close="close" @open="open" zIndex="998">
            <view class="popup-content">
                <view class="title-pop">操作驳回</view>
                <view class="pop-textArea">
@@ -582,6 +582,11 @@
</style>
<style lang="scss" scoped>
    // 处理 u-popup 组件层级过高,将 uni.showToast 覆盖问题
    /deep/ .u-transition.u-fade-enter-to.u-fade-enter-active {
        z-index: 997 !important;
    }
    .topColor {
        height: 346rpx;
        background: linear-gradient(180deg, #FFDCDB 0%, rgba(255, 255, 255, 0) 100%);
H5/utils/request.js
@@ -17,12 +17,12 @@
        })
    }
    return new Promise(function (resolve, reject) {
        let token = 'Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOjE4OTI0MjE4MjgwODU4Mzc4MjYsInR5cGUiOjEsImV4cCI6MTc0MTY5ODg0OCwiY3JlYXRlZCI6MTc0MDQwMjg0ODMzN30.7IYRD37yTkhqcnKyXWcqKk_iTisMp3ar_ByfuVR7Go9rK8ZnGJrlwC3z4NF_ly7IIoBHgE2E4IAvfm3ccam8wg'
    return new Promise(function(resolve, reject) {
        let token = uni.getStorageSync('token')
        // let token = 'Bearer eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOjE4OTI0MjE4MjgwODU4Mzc4MjYsInR5cGUiOjEsImV4cCI6MTc0MTY5ODg0OCwiY3JlYXRlZCI6MTc0MDQwMjg0ODMzN30.7IYRD37yTkhqcnKyXWcqKk_iTisMp3ar_ByfuVR7Go9rK8ZnGJrlwC3z4NF_ly7IIoBHgE2E4IAvfm3ccam8wg'
        let header = {
            'content-type': type ? 'application/x-www-form-urlencoded;charset=UTF-8' : 'application/json',
            'Authorization': token,
            'Authorization':token,
            'lang': uni.getStorageSync('locale') === 'zh-Hans' ? 'zh_CN' : 'zh-tw',
        }
        const requestTask = uni.request({
@@ -134,7 +134,7 @@
            title: '提示',
            content: str,
            showCancel: false,
            success: function (res) {
            success: function(res) {
                if (res.confirm) {
                    // if (routeStr == 'pages/login/index') {
                    //     uni.reLaunch({