|
@@ -6,27 +6,37 @@
|
|
<view v-if="isConnected">
|
|
<view v-if="isConnected">
|
|
<block v-if="isLogin && car_info.car_sn">
|
|
<block v-if="isLogin && car_info.car_sn">
|
|
<view class="container-view">
|
|
<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>
|
|
</view>
|
|
- <image src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx"
|
|
|
|
- style="width: 48rpx;height: 48rpx;" mode=""></image>
|
|
|
|
</view>
|
|
</view>
|
|
</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 v-if="isOverdueShow" class="overdue-view flex-row flex-between">
|
|
<view class="overdue-view-text flex-row">
|
|
<view class="overdue-view-text flex-row">
|
|
<text class="overdue-text-left">{{$t("您已逾期")}}
|
|
<text class="overdue-text-left">{{$t("您已逾期")}}
|
|
@@ -57,7 +67,7 @@
|
|
:show-percent="false" :percent="car_info.soc"></u-line-progress>
|
|
:show-percent="false" :percent="car_info.soc"></u-line-progress>
|
|
<view class="quantity-text flex-row">
|
|
<view class="quantity-text flex-row">
|
|
<view style="font-weight:400;font-size: 22rpx;width: 44rpx;">{{$t("续航")}}</view>
|
|
<view style="font-weight:400;font-size: 22rpx;width: 44rpx;">{{$t("续航")}}</view>
|
|
- <view style="font-size: 36rpx;">{{formatDistance(car_info.remain_mail) }}<text style="font-size: 30rpx;">{{car_info.remain_mail ? car_info.remain_mail>1000?'km':'m' :'km'}}</text></view>
|
|
|
|
|
|
+ <view style="font-size: 36rpx;">{{car_info.remain_mail}}<text style="font-size: 30rpx;">km</text></view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<!-- <img :src="car_info.model_images||'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'" style="width: 100%;height: 526rpx;" alt=""> -->
|
|
<!-- <img :src="car_info.model_images||'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'" style="width: 100%;height: 526rpx;" alt=""> -->
|
|
@@ -95,7 +105,7 @@
|
|
style="width: 24rpx;height: 20rpx;"
|
|
style="width: 24rpx;height: 20rpx;"
|
|
src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
|
|
src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
|
|
</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>
|
|
</view>
|
|
</view>
|
|
|
|
|