From 97e1b9d6c8d7da0891aa7a1e00116b4b14e1b942 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 05 七月 2024 18:22:49 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 h5/pages/staff/vehicle/index.vue |   32 ++++++++++++++++++++++++++------
 1 files changed, 26 insertions(+), 6 deletions(-)

diff --git a/h5/pages/staff/vehicle/index.vue b/h5/pages/staff/vehicle/index.vue
index f38ca36..60124ef 100644
--- a/h5/pages/staff/vehicle/index.vue
+++ b/h5/pages/staff/vehicle/index.vue
@@ -1,7 +1,7 @@
 <template>
   <view class="main_app">
     <image
-      src="../../../static/staff/yongche_bg.png"
+      src="@/static/staff/yongche_bg.png"
       class="banner"
       mode="widthFix"
     ></image>
@@ -10,20 +10,34 @@
       <view class="title">閫夋嫨鐩殑鍦扮被鍒�</view>
       <view class="item" @click="$jump('/pages/staff/vehicle/shinei')">
         <image
-          src="../../../static/bg_shineiyongche@2x.png"
+          src="@/static/bg_shineiyongche@2x.png"
           class="img"
           mode="widthFix"
         ></image>
-        <view class="h1">甯傚唴鐢ㄨ溅</view>
+        <view class="h1">
+          <text>甯傚唴鐢ㄨ溅</text>
+          <image
+            src="@/static/ic_enter_shinei@2x.png"
+            class="icon"
+            mode="widthFix"
+          ></image>
+        </view>
         <view class="h2">URBAN AREA</view>
       </view>
       <view class="item" @click="$jump('/pages/staff/vehicle/shiwai')">
         <image
-          src="../../../static/bg_shiwaiyongche@2x.png"
+          src="@/static/bg_shiwaiyongche@2x.png"
           class="img"
           mode="widthFix"
         ></image>
-        <view class="h1">甯傚鐢ㄨ溅</view>
+        <view class="h1">
+          <text>甯傚鐢ㄨ溅</text>
+          <image
+            src="@/static/ic_enter_shiwai@2x.png"
+            class="icon"
+            mode="widthFix"
+          ></image>
+        </view>
         <view class="h2">SUBURB AREA</view>
       </view>
     </view>
@@ -70,6 +84,12 @@
         color: #222222;
         line-height: 48rpx;
         margin-bottom: 10rpx;
+        display: flex;
+        align-items: center;
+        .icon{
+          width: 32rpx;
+          margin-left: 10rpx;
+        }
       }
       .h2 {
         font-size: 22rpx;
@@ -91,7 +111,7 @@
       font-size: 34rpx;
       color: #222222;
       line-height: 48rpx;
-			text-align: center;
+      text-align: center;
     }
   }
   .banner {

--
Gitblit v1.9.3