|
@@ -6,27 +6,37 @@
|
|
|
<view v-if="isConnected">
|
|
|
<block v-if="isLogin && car_info.car_sn">
|
|
|
<view class="container-view">
|
|
|
- <!-- #ifdef MP-WEIXIN -->
|
|
|
- <view :style="{height: `${statusBarHeight + 30}px`}"></view>
|
|
|
- <!-- #endif -->
|
|
|
- <!-- #ifdef APP -->
|
|
|
- <view :style="{height: `${statusBarHeight}px`}"></view>
|
|
|
- <!-- #endif -->
|
|
|
- <!-- <navBar type="index" /> -->
|
|
|
- <view class="flex-row flex-between align-center padding_about_40">
|
|
|
- <view class="car-name-view" @tap="navSwitchCar">
|
|
|
- <text class="text" style="margin-right: 10rpx;">{{car_info.car_name}}</text>
|
|
|
- <img src="https://qiniu.bms16.com/FoSXDpVGvbdmwbX3CMUBvR7X4IzI"
|
|
|
- style="width: 14rpx;height: 14rpx;" alt="">
|
|
|
- </view>
|
|
|
- <view @click="routerLink('/pages/message/index?isSys=0')" class="news">
|
|
|
- <view v-if="newsList.device_count > 0" class="num">
|
|
|
- {{ newsList.device_count}}
|
|
|
+ <view class="header_view">
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
+ <view :style="{height: `${statusBarHeight + 30}px`}"></view>
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifdef APP -->
|
|
|
+ <view :style="{height: `${statusBarHeight}px`}"></view>
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- <navBar type="index" /> -->
|
|
|
+ <view class="flex-row flex-between align-center padding_about_40">
|
|
|
+ <view class="car-name-view" @tap="navSwitchCar">
|
|
|
+ <text class="text" style="margin-right: 10rpx;">{{car_info.car_name}}</text>
|
|
|
+ <img src="https://qiniu.bms16.com/FoSXDpVGvbdmwbX3CMUBvR7X4IzI"
|
|
|
+ style="width: 14rpx;height: 14rpx;" alt="">
|
|
|
+ </view>
|
|
|
+ <view @click="routerLink('/pages/message/index?isSys=0')" class="news">
|
|
|
+ <view v-if="newsList.device_count > 0" class="num">
|
|
|
+ {{ newsList.device_count}}
|
|
|
+ </view>
|
|
|
+ <image src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx"
|
|
|
+ style="width: 48rpx;height: 48rpx;" mode=""></image>
|
|
|
</view>
|
|
|
- <image src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx"
|
|
|
- style="width: 48rpx;height: 48rpx;" mode=""></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view>
|
|
|
+ <!-- #ifdef MP-WEIXIN -->
|
|
|
+ <view :style="{height: `${statusBarHeight + 80}px`}"></view>
|
|
|
+ <!-- #endif -->
|
|
|
+ <!-- #ifdef APP -->
|
|
|
+ <view :style="{height: `${statusBarHeight + 50}px`}"></view>
|
|
|
+ <!-- #endif -->
|
|
|
+ </view>
|
|
|
<view v-if="isOverdueShow" class="overdue-view flex-row flex-between">
|
|
|
<view class="overdue-view-text flex-row">
|
|
|
<text class="overdue-text-left">{{$t("您已逾期")}}
|
|
@@ -95,7 +105,7 @@
|
|
|
style="width: 24rpx;height: 20rpx;"
|
|
|
src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
|
|
|
</view>
|
|
|
- <view class="card-top-text">{{car_info.current_mail}}<text class="font_24">km</text>
|
|
|
+ <view class="card-top-text">{{isTrackOrAll?car_info.current_mail:car_info.total_mil}}<text class="font_24">km</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
|