qingyiay
2023-04-25 d8974c0d693b51760ba5ab935aa240512a873a93
修改样式,修复已知bug
5个文件已修改
22 ■■■■ 已修改文件
components/tab-bar/tab-bar.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/customer-page/customer-index/customer-index.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/driver-index/driver-index.vue 13 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/driver-page/drvier-my/drvier-my.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
components/tab-bar/tab-bar.vue
@@ -29,7 +29,6 @@
    },
    methods: {
        tabbarchange(e) {
            console.log(e, 'tab切换地址');
            uni.switchTab({
                url: '/' + this.tabBarList[e].pagePath
            });
pages/customer-page/customer-index/customer-index.vue
@@ -249,7 +249,7 @@
            });
            uni.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${name}&code=${code}&cars2=${cars2}` });
        },
        // 点击历史提煤单一行获取详情
        // 点击历史提煤单获取详情
        faYundetail(v) {
            uni.navigateTo({ url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}` });
        },
@@ -264,9 +264,10 @@
<style lang="scss" scoped>
.scroll-Y {
    height: 900rpx;
    height: 950rpx;
    background-color: #e2e2e2;
    border-radius: vww(10);
    margin-bottom: vww(55);
    .history-information {
        width: 94%;
        display: flex;
pages/driver-page/driver-index/driver-index.vue
@@ -114,7 +114,7 @@
                iconSize="1000"
                v-if="driverBillOfLoadingData.list2 ? (driverBillOfLoadingData.list2.length == 0 ? true : false) : true"
            ></u-empty>
            <view class="">
            <view class="Reserved">
                <view @click="list3CardIconClick(item)" class="haveYuYue" v-for="(item, index) in driverBillOfLoadingData.list2" :key="index">
                    <view class="haveYuYueTop">
                        <text class="tmcode">提煤单编号:{{ item.code || '' }}</text>
@@ -127,6 +127,7 @@
                        <text>{{ item.yuYueSection || '时段' }}</text>
                    </view>
                </view>
                <view class="white-block"></view>
            </view>
        </view>
    </view>
@@ -348,11 +349,19 @@
                }
            }
        }
        .Reserved {
            .white-block {
                width: 100%;
                height: vww(50);
                text-align: center;
                color: #333;
                margin-top: vww(10);
            }
        }
        // 已预约
        .haveYuYue {
            font-size: 16px;
            font-weight: 300;
            margin-top: vww(24);
            &Top {
                background-color: #f5f5f5;
                height: vww(60);
pages/driver-page/drvier-my/drvier-my.vue
@@ -49,8 +49,8 @@
                </u-form-item>
            </u--form>
            <view class="push-information-button">
                <u-button text="退出登录" type="primary" @click="logout"></u-button>
                <u-button text="修改个人资料" type="primary" @click="editBtnClick"></u-button>
                <u-button text="退出登录" type="primary" @click="logout"></u-button>
            </view>
            <!-- <view class="statistics"><u-button text="发运统计" type="primary" @click="statistics"></u-button></view> -->
        </view>
pages/freight-forwarder-page/freightForwarder-index/freightForwarder-index.vue
@@ -202,6 +202,7 @@
    height: 900rpx;
    background-color: #e2e2e2;
    border-radius: vww(10);
    margin-bottom: vww(55);
    .history-information {
        width: 94%;
        display: flex;