From 6042333b76aaf8097271348ec56fad019a685c84 Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期三, 25 九月 2024 15:56:11 +0800 Subject: [PATCH] feat:线上端口号更改 --- pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue | 12 ++++++++---- 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue index 7cdea7d..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> @@ -332,7 +336,7 @@ // 鐐瑰嚮鍙崇澶磋鎯呭脊绐� faYunDetailobj: {}, modalShow: false, - coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'], + coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '澶勭悊瀹屾垚'], onlineurl, }; }, @@ -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