liukangdong
2025-01-06 46a174dd4b2d3208460411ed5d94a5726a5a2f72
h5/pages/driver/index.vue
@@ -1,7 +1,7 @@
<template>
   <view class="main_app">
      <view class="title_wrap">
         <view class="name">{{ driverInfo.realname }},欢迎登录~</view>
         <view class="name">{{ driverInfo.realname || driverInfo.username }},欢迎登录~</view>
         <view class="btn" @click="loginOut">退出登录</view>
      </view>
      <!--  -->