From 17efddc6a667670dca682bf36b51a43e99615e6d Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期三, 16 十月 2024 15:59:38 +0800
Subject: [PATCH] 代码初始化

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

diff --git a/h5/pages/staff/vehicle/index.vue b/h5/pages/staff/vehicle/index.vue
index 120a602..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,6 +111,7 @@
       font-size: 34rpx;
       color: #222222;
       line-height: 48rpx;
+      text-align: center;
     }
   }
   .banner {

--
Gitblit v1.9.3