From 521cad436a0145c7c5f5d22be57f2b7045462251 Mon Sep 17 00:00:00 2001 From: wk Date: 星期二, 13 八月 2024 16:02:04 +0800 Subject: [PATCH] feat:联系我们 --- pages/loadUnload-page/orderPlanList/index.vue | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/pages/loadUnload-page/orderPlanList/index.vue b/pages/loadUnload-page/orderPlanList/index.vue index e400bcd..e73c062 100644 --- a/pages/loadUnload-page/orderPlanList/index.vue +++ b/pages/loadUnload-page/orderPlanList/index.vue @@ -4,7 +4,7 @@ <view style="display:flex;" class="top"> <combined-title title="褰撳墠鏌ヨ鏀跺彂鍗曪細"> </combined-title> - <u-tag :text="isYuyue === 1 ? '鏈叆鍦�' : '宸插叆鍦�'" class="topTag" @click="todoShow"></u-tag> + <u-tag :text="isYuyue === 1 ? '鏈叆鍦�' : '鍏ㄩ儴'" class="topTag" @click="todoShow"></u-tag> </view> <scroll-view :scroll-top="scrollTop" scroll-y="true" @@ -51,7 +51,7 @@ <view class="third-line"> <view class="time-icon"> <view - style="width: 24rpx;height: 24rpx;li ne-height: 24rpx;background: url('https://mx.jzeg.cn:9096/appimg/image/banner/clock.png') no-repeat;background-size: cover"> + style="width: 24rpx;height: 24rpx;li ne-height: 24rpx;background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/clock.png') no-repeat;background-size: cover"> </view> </view> <view class="send-date">{{ item.sendDate }}</view> @@ -123,17 +123,18 @@ orderPlanList:[], show:false, pageLoading:false, - isYuyue :1, //鍏ュ満锛屾湭鍏ュ満 + isYuyue :0, //鍏ュ満锛屾湭鍏ュ満 scrollTop:0, list:[ + { + name: '鍏ㄩ儴', + value:0 + }, { name:'鏈叆鍦�', value:1 }, - { - name: '宸插叆鍦�', - value:0 - } + ], historyCoalData: [], // 琛ㄦ牸鍔犺浇鐘舵�� -- Gitblit v1.9.1