jiangping
2025-01-23 9adce67dc6af1c6cf4a0d0528eced986771c2d64
h5/pages/driver/index.vue
@@ -2,7 +2,7 @@
   <view class="main_app">
      <view class="title_wrap">
         <view class="name">{{ driverInfo.realname || driverInfo.username }},欢迎登录~</view>
         <view class="btn" @click="loginOut">退出登录</view>
         <view class="btn" @click="loginOut">账号解绑</view>
      </view>
      <!--  -->
      <view class="banner_wrap">
@@ -218,9 +218,9 @@
         width: 144rpx;
         height: 56rpx;
         border-radius: 36rpx;
         border: 1rpx solid $uni-color-primary;
         border: 1rpx solid #B2B2B2;
         font-size: 26rpx;
         color: $uni-color-primary;
         color: #666666;
         display: flex;
         justify-content: center;
         align-items: center;