From aff94579d33c07675ab160652b6d8ce49ed2e154 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 24 一月 2025 15:56:46 +0800
Subject: [PATCH] fix:更改请求地址

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

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 69a0d74..1038141 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -90,6 +90,10 @@
 								<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">
 									<image :src="`${onlineurl}/appimg/image/banner/carNO.png`"
 										mode="widthFix"></image>
@@ -273,7 +277,7 @@
 							@click="confirmCondition"></u-button></view>
 				</view>
 			</u-popup>
-			<tab-bar :current="roleType===4?1:1"></tab-bar>
+			<tab-bar :current="roleType===4?2:1"></tab-bar>
 		</view>
 		<view class="white-block"></view>
 	</view>
@@ -1023,7 +1027,7 @@
 						}
 
 						.third-line {
-							width: 40%;
+							width: 80%;
 							min-height: vww(15);
 							display: flex;
 							justify-content: flex-start;
@@ -1183,4 +1187,4 @@
 		// 	}
 		// }
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1