فهرست منبع

bugfix_2025年4月2日19:48:28

pingan\平安 3 روز پیش
والد
کامیت
23694422ee
2فایلهای تغییر یافته به همراه18 افزوده شده و 7 حذف شده
  1. 10 4
      components/navBar/navigation.vue
  2. 8 3
      pages/userManagement/userManagement.vue

+ 10 - 4
components/navBar/navigation.vue

@@ -4,7 +4,7 @@
 			:style="{'padding-top':`${statusBarHeight1}px`,background:`rgba(255,255,255,${opacity})`}">
 			<view class="navHei" :style="{'height':`calc(${navabarHeight}rpx)`,'width':'100%',}">
 				<view v-if="isback" class="left" @tap="bindReturnView">
-					<img v-if="type" class="return-view" src="https://qiniu.bms16.com/FnHXbzly7aXi8zLghrTU5BZdwH5_" />
+					<img v-if="type" class="return-view" :src="'https://qiniu.bms16.com/'+ (whiteColor?'Fjpnr3cH9ZqTQrGlw3Ywp3qbJGIG':'FnHXbzly7aXi8zLghrTU5BZdwH5_')" />
 					<view v-else class="pos">
 						<view   class="car-detail-style">
 							<image  class="return-view"
@@ -16,7 +16,7 @@
 						</view>
 					</view>
 				</view>
-				<text class="top-text">{{name}}</text>
+				<text class="top-text" :class="whiteColor?'whiteClass':''">{{name}}</text>
 			</view>
 		</view>
 		<view v-if="type" :style="{'height':`calc(${navabarHeight}rpx + ${statusBarHeight1}px)`}"></view>
@@ -41,7 +41,11 @@
 			type:{
 				type: Boolean,
 				default: false
-			}
+			},
+			whiteColor:{
+				type: Boolean,
+				default: false
+			},
 		},
 		watch: {
 			scroll(n) {
@@ -138,7 +142,9 @@
 		font-style: normal;
 		font-family: PingFangSC, PingFang SC;
 	}
-
+	.top-text.whiteClass {
+		color: #FFFFFF;
+	}
 	.view-height {
 		/* border-bottom:2rpx solid #060809 ; */
 		/* margin-bottom: 32rpx; */

+ 8 - 3
pages/userManagement/userManagement.vue

@@ -1,6 +1,6 @@
 <template>
-	<view class="">
-		<navBar :name="$t('用车人管理')" />
+	<view class="bgClass">
+		<navigation :whiteColor="true" :type="true" :name="$t('用车人管理')" />
 		<view class="user-card">
 			<view class="flex-row align-center user-card-heard">
 				<img style="width: 48rpx;height: 48rpx;" src="https://qiniu.bms16.com/FieeNq75ybyjIzQO6fmNcdTlRsp5" alt="">
@@ -74,7 +74,12 @@
 		}
 	};
 </script>
-<style>
+<style scoped>
+.bgClass {
+	height: 396rpx;
+	background: url('https://qiniu.bms16.com/Fvu5ulYgrXiB_0cXs715TcvYYnsb') no-repeat;
+	background-size: cover;
+}
 .user-card{
 	background: #FFFFFF;
 	border-radius: 40rpx;