From adc14180ebdc6b3a5251034a0693289dfa015161 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 31 一月 2024 08:27:42 +0800
Subject: [PATCH] feat:换肤代码提交

---
 pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 25dcfc1..23d8de2 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -35,6 +35,7 @@
 						icon="http://cdn.uviewui.com/uview/empty/data.png"
 						textSize="30"
 						iconSize="1000"
+						text="鏆傛棤鏁版嵁"
 						v-if="filterList.length == 0"></u-empty>
 					<view class="statistics-card"
 						v-for="(item, index) in filterList"
@@ -87,6 +88,10 @@
 								</view>
 								<!-- <view class="black-block"><view class="black-bar"></view></view>
 								<view class="coal-type">{{ value.orderType }}</view> -->
+							</view>
+							<view class="third-line">
+								<text  class="carnum-text" style="font-size: 28rpx;">鍒涘缓鏃堕棿锛�</text>
+								<view class="carnum-text">{{ value.createTime || '' }}</view>
 							</view>
 							<view class="third-line">
 								<view class="carnum-icon">
@@ -272,7 +277,7 @@
 							@click="confirmCondition"></u-button></view>
 				</view>
 			</u-popup>
-			<tab-bar :current="roleType===4?2:1"></tab-bar>
+			<tab-bar :current="roleType===4?1:1"></tab-bar>
 		</view>
 		<view class="white-block"></view>
 	</view>
@@ -331,7 +336,7 @@
 				// 鐐瑰嚮鍙崇澶磋鎯呭脊绐�
 				faYunDetailobj: {},
 				modalShow: false,
-				coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'],
+				coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '澶勭悊瀹屾垚'],
 				onlineurl,
 			};
 		},
@@ -1022,7 +1027,7 @@
 						}
 
 						.third-line {
-							width: 40%;
+							width: 80%;
 							min-height: vww(15);
 							display: flex;
 							justify-content: flex-start;

--
Gitblit v1.9.1