| | |
| | | <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">
|
| | |
| | | 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;
|