From 50c564c2568e7fb52d8dcbcbebb937a6a8284eeb Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 02 十一月 2023 17:05:45 +0800
Subject: [PATCH] MrShi

---
 bicycle/pages/index/index.vue |   20 +++++++++++++-------
 1 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/bicycle/pages/index/index.vue b/bicycle/pages/index/index.vue
index 0e3c300..05ec29c 100644
--- a/bicycle/pages/index/index.vue
+++ b/bicycle/pages/index/index.vue
@@ -14,7 +14,7 @@
 						<image src="@/static/icon/ic_fullscreen@2x.png" mode="widthFix"></image>
 					</view>
 				</view>
-				<view class="index_box_title" :style="{ backgroundImage: 'url(' + bgImg + ')' }">
+				<view class="index_box_title">
 					<view class="index_box_title_left">
 						<text>{{info.parkName}}</text>
 						<text>鏈嶅姟鐢佃瘽锛歿{info.serverPhone}}</text>
@@ -83,10 +83,10 @@
 					</view>
 					<view class="loading_box_info">璇锋寜鐓т氦瑙勮椹�</view>
 				</view>
-				<view class="loading_box_err" @click="toFaultReporting">
+				<!-- <view class="loading_box_err" @click="toFaultReporting">
 					<image src="@/static/icon/ic_guzhang@2x.png" mode="widthFix"></image>
 					<text>杞﹁締鏁呴殰涓婃姤</text>
-				</view>
+				</view> -->
 			</view>
 		</u-popup>
 		<!-- 楠戣涓� -->
@@ -156,7 +156,7 @@
 					</view>
 					<view class="ride_content_info">
 						<image src="@/static/icon/ic_tip@2x.png" mode="widthFix"></image>
-						<text>鏀寔涓�旇繕杞︼紝楠戣鏃堕棿鑷姩绱锛屽鏇存崲杞﹀瀷锛屾寜鎵�鍙栬溅杈嗕腑鏈�楂樿溅鍨嬭璐�</text>
+						<text v-if="info.tips">{{info.tips}}</text>
 					</view>
 				</view>
 				<view class="ride_btn" @click="carRental">鎵爜缁х画楠戣</view>
@@ -478,7 +478,7 @@
 									uni.showToast({ title: '寮�閿佸け璐�', icon: 'error', duration: 2000 });
 								}
 								// 寮�閿佽秴鏃�
-								if (num === 120) {
+								if (num === 180) {
 									that.refresh()
 									clearInterval(timer)
 									that.show5 = false
@@ -649,7 +649,7 @@
 										uni.showToast({ title: '寮�閿佸け璐�', icon: 'error', duration: 2000 });
 									}
 									// 寮�閿佽秴鏃�
-									if (num === 120) {
+									if (num === 180) {
 										clearInterval(timer)
 										this.show5 = false
 										uni.showToast({ title: '寮�閿佽秴鏃�', icon: 'error', duration: 2000 });
@@ -713,7 +713,7 @@
 										uni.showToast({ title: '寮�閿佸け璐�', icon: 'error', duration: 2000 });
 									}
 									// 寮�閿佽秴鏃�
-									if (num === 120) {
+									if (num === 180) {
 										clearInterval(timer)
 										this.show5 = false
 										uni.showToast({ title: '寮�閿佽秴鏃�', icon: 'error', duration: 2000 });
@@ -818,6 +818,12 @@
 					align-items: center;
 					position: relative;
 					top: -16rpx;
+					// filter: blur(3px);
+					// -webkit-filter: blur(3px);
+					background: linear-gradient(270deg, #C5FAF7 0%, rgba(10,201,192,0.63) 65%, rgba(214,251,249,0.81) 100%);
+					box-shadow: inset 0rpx 1rpx 0rpx 0rpx #E3FFFE;
+					border-radius: 20rpx 20rpx 0rpx 0rpx;
+					backdrop-filter: blur(3px);
 
 					.index_box_title_left {
 						flex: 1;

--
Gitblit v1.9.3