|
@@ -18,18 +18,20 @@
|
|
|
</view> -->
|
|
|
<view class="car-img-view">
|
|
|
<view class="quantity-view flex-row">
|
|
|
- <text class="quantity flex-row">88 <text style="font-size: 28rpx;font-weight: 500;">%</text></text>
|
|
|
- <u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10" :show-percent="false" :percent="70"></u-line-progress>
|
|
|
+ <text class="quantity flex-row">{{car_info.soc}} <text style="font-size: 28rpx;font-weight: 500;">%</text></text>
|
|
|
+ <u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10" :show-percent="false" :percent="car_info.soc"></u-line-progress>
|
|
|
<text class="quantity-text flex-row">
|
|
|
<text style="font-weight:400;font-size: 22rpx;">{{$t("续航")}}</text>
|
|
|
- <text style="font-size: 36rpx;">54</text><text style="font-size: 30rpx;">km</text>
|
|
|
+ <text style="font-size: 36rpx;">{{endurance}}</text><text style="font-size: 30rpx;">km</text>
|
|
|
</text>
|
|
|
</view>
|
|
|
- <img src="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=""> -->
|
|
|
+ <img :src="'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'" style="width: 100%;height: 526rpx;" alt="">
|
|
|
<view class="flex-row align-center update-time-view" >
|
|
|
- <text style="margin-right: 10rpx;">{{$t("车辆已关机")}} </text>
|
|
|
- <text style="margin-right: 10rpx;">{{$t("更新于")}} {{car_info.heart_time}}11-25 23:05 </text>
|
|
|
- <img src="https://qiniu.bms16.com/FsL6XWGoIhfsVB7jRg6EGFVsuaTZ" style="width: 24rpx;height: 32rpx;" alt="">
|
|
|
+ <text v-if="car_info.acc_state==0" style="margin-right: 10rpx;">{{$t("车辆已关机")}} </text>
|
|
|
+ <text v-if="car_info.acc_state==1" style="margin-right: 10rpx;">{{$t("更新于")}} {{tools.formatTimeSecond(car_info.heart_time)}} </text>
|
|
|
+ <!-- <img src="https://qiniu.bms16.com/FsL6XWGoIhfsVB7jRg6EGFVsuaTZ" style="width: 24rpx;height: 32rpx;" alt=""> -->
|
|
|
+ <img src="https://qiniu.bms16.com/FmhdBxGmadYQYMjwdR9U61Gg-rfs" style="width: 24rpx;height: 32rpx;" alt="">
|
|
|
</view>
|
|
|
</view>
|
|
|
<Control :contrilList="contrilList" />
|
|
@@ -46,7 +48,7 @@
|
|
|
</view>
|
|
|
<view @tap.stop="isTrackOrAll=!isTrackOrAll"><img style="width: 24rpx;height: 20rpx;" src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
|
|
|
</view>
|
|
|
- <view class="card-top-text">27.4<text class="font_24">km</text></view>
|
|
|
+ <view class="card-top-text">{{car_info.current_mail}}<text class="font_24">km</text></view>
|
|
|
</view>
|
|
|
|
|
|
<view class="card-bg">
|
|
@@ -73,7 +75,7 @@
|
|
|
<view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/FhKkijkN__9UzhYNgamBFSggIlYo" alt=""></view>
|
|
|
<view class="flex-row config-text-view">
|
|
|
<view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
|
|
|
- <view class="flex-row tip-text-config">{{$t("个家庭账号")}}</view>
|
|
|
+ <view class="flex-row tip-text-config">{{car_info.share_num + $t("个家庭账号")}}</view>
|
|
|
</view>
|
|
|
<img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
|
|
|
</view>
|
|
@@ -81,7 +83,7 @@
|
|
|
<view class="margin_r_20"><img class="icon_style_64" src="https://qiniu.bms16.com/FsAg6mHEBJfbtpgIHBrDdNiPo1iH" alt=""></view>
|
|
|
<view class="flex-row config-text-view">
|
|
|
<view class="flex-row font_w_600">{{$t("设备信息")}}</view>
|
|
|
- <view class="flex-row tip-text-config">{{$t("软件版本")}}</view>
|
|
|
+ <view class="flex-row tip-text-config">{{$t("软件版本") + (firmware.firmware||'')}}</view>
|
|
|
</view>
|
|
|
<img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
|
|
|
</view>
|
|
@@ -100,10 +102,10 @@
|
|
|
<script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
|
|
|
<script>
|
|
|
var app = getApp();
|
|
|
- var config = require('../../common/config.js');
|
|
|
- var common = require('../../common/common.js');
|
|
|
- var http = require('../../common/http.js');
|
|
|
- var storage = require('../../common/storage.js');
|
|
|
+ var config = require('@/common/config.js');
|
|
|
+ var common = require('@/common/common.js');
|
|
|
+ var http = require('@/common/http.js');
|
|
|
+ var storage = require('@/common/storage.js');
|
|
|
import Control from './components/control/control'
|
|
|
import MapCard from './components/mapCard/mapCard'
|
|
|
import UnleasedPages from './components/unleasedPages/unleasedPages'
|
|
@@ -167,6 +169,7 @@
|
|
|
*/
|
|
|
onShow: function() {
|
|
|
// const permissionArr=permision.requestAndroidPermissions()
|
|
|
+ // app.globalData.permissionArr=permissionArr
|
|
|
// permision.gotoAppPermissionSetting()
|
|
|
// let status = checkBatteryOptimizationStatus();
|
|
|
// if (!permissionArr) {
|
|
@@ -240,7 +243,18 @@
|
|
|
},
|
|
|
inductiveUnlockHandle() {
|
|
|
this.isHideInduction=false
|
|
|
- this.$refs.bluetoothUnlockAuth.open();
|
|
|
+ let isOpenAllPermission=false
|
|
|
+ app.globalData.permissionArr.map(item=>{
|
|
|
+ if(!item.state) isOpenAllPermission=true
|
|
|
+ })
|
|
|
+ // console.log(this.isOpenAllPermission,'this.isOpenAllPermission');
|
|
|
+ if(!isOpenAllPermission){
|
|
|
+ common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
|
|
|
+ uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
|
|
|
+ }else{
|
|
|
+ this.$refs.bluetoothUnlockAuth.open();
|
|
|
+ }
|
|
|
+
|
|
|
},
|
|
|
showInduction(){
|
|
|
this.isHideInduction=true
|