jiangping
2025-02-18 754f0eea0b16985a4dc8e8448e1bde7a8aec6f26
h5/pages/driver/index.vue
@@ -1,8 +1,8 @@
<template>
   <view class="main_app">
      <view class="title_wrap">
         <view class="name">{{ driverInfo.realname }},欢迎登录~</view>
         <view class="btn" @click="loginOut">退出登录</view>
         <view class="name">{{ driverInfo.realname || driverInfo.username }},欢迎登录~</view>
         <view class="btn" @click="loginOut">账号解绑</view>
      </view>
      <!--  -->
      <view class="banner_wrap">
@@ -64,7 +64,7 @@
         <view class="left">
            <view class="img_wrap img1" @click="jump('/pages/driver/notice')">
               <image src="@/static/driver/wuliu_ic_ruyuanyuyue@2x.png" class="img"></image>
               <view class="h1">入园预约</view>
               <view class="h1">入园卸货预约</view>
               <view class="h2">RESERVATION</view>
            </view>
            <view class="img_wrap img2" @click="jump('/pages/driver/reservedGuide?str=bookingTips')">
@@ -218,9 +218,9 @@
         width: 144rpx;
         height: 56rpx;
         border-radius: 36rpx;
         border: 1rpx solid $uni-color-primary;
         font-size: 26rpx;
         color: $uni-color-primary;
         border: 1rpx solid #B2B2B2;
         font-size: 26rpx;
         color: #666666;
         display: flex;
         justify-content: center;
         align-items: center;