pingan\平安 2 днів тому
батько
коміт
6b1a46f8b0

+ 2 - 2
locale/en.json

@@ -271,7 +271,7 @@
 	"次免费换电数,超出后需要单独支付换电费用;": "Free swaps, extra swaps will require payment;",
 	"我要用车": "I want to use the vehicle",
 	"获取直线距离": "Get Straight-line Distance",
-	"您是否要拨打电话": "Do you want to call?",
+	"您是否要拨打电话": "Do you want to call",
 	"更多功能": "More",
 	"固定导航栏": "Fixed Navigation Bar",
 	"其他功能": "Other Features",
@@ -280,7 +280,7 @@
 	"开机": "Slide to Turn On",
 	"开启车辆": "Start Vehicle",
 	"关机": "Shutdown",
-	"您确认": "Are you sure?",
+	"您确认": "Are you sure",
 	"吗": "?",
 	"处理修改之后的数据": "Process modified data",
 	"输入注册账号的密码即可解绑": "Enter the registration account password to unbind",

+ 3 - 3
pages/package/package.css

@@ -9,7 +9,7 @@
 }
 
 
-.top-text {
+/* .top-text {
 	margin-left: 230rpx;
 	color: #FFFFFF;
 	font-size: 36rpx;
@@ -18,7 +18,7 @@
 	text-align: center;
 	font-style: normal;
 	font-family: PingFangSC, PingFang SC;
-}
+} */
 
 .package-card {
 	/* margin-top: -100rpx;
@@ -89,7 +89,7 @@
 .box-view {
 	padding-left: 24rpx;
 	padding-right: 24rpx;
-	margin-top: 210rpx;
+	margin-top: 93rpx;
 }
 
 .package-view {

+ 2 - 2
pages/package/package.vue

@@ -1,8 +1,8 @@
 <template>
 	<view class="container-view">
 		<view class="top-bg">
-			<Navigation :scroll='scrollTop' :name="$t('我的套餐')"></Navigation>
-			<view :style="{height: `calc(${statusBarHeight}px + 100px)`}"></view>
+			<navigation whiteColor="true" type="true" :scroll='scrollTop' :name="$t('我的套餐')"></navigation>
+			<!-- <view :style="{height: `calc(${statusBarHeight}px + 100px)`}"></view> -->
 			<view class="package-card flex-row flex-between">
 				<view class="flex-row flex-column" style="align-items: flex-start;">
 					<view @click="$srcFn(`/pages/carList/carList`)" class="left-first flex-row">

+ 6 - 1
pages/userManagement/userManagement.vue

@@ -1,5 +1,5 @@
 <template>
-	<view class="">
+	<view class="bgClass">
 		<navigation whiteColor="true"  type="true" :name="$t('共享用户')" />
 		<view class="user-card">
 			<view class="flex-row align-center user-card-heard">
@@ -74,6 +74,11 @@
 	};
 </script>
 <style>
+.bgClass {
+	height: 396rpx;
+	background: url('https://qiniu.bms16.com/Fvu5ulYgrXiB_0cXs715TcvYYnsb') no-repeat;
+	background-size: cover;
+}
 .user-card{
 	background: #FFFFFF;
 	border-radius: 40rpx;