|
@@ -1,18 +1,18 @@
|
|
<template>
|
|
<template>
|
|
<view>
|
|
<view>
|
|
<!-- #ifdef APP -->
|
|
<!-- #ifdef APP -->
|
|
- <u-no-network zIndex='9999' @retry='retry'></u-no-network>
|
|
|
|
|
|
+ <u-no-network zIndex='9999' @retry='retry'></u-no-network>
|
|
<!-- #endif -->
|
|
<!-- #endif -->
|
|
<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">
|
|
|
|
- <!-- #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="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="flex-row flex-between align-center padding_about_40">
|
|
<view class="car-name-view" @tap="navSwitchCar">
|
|
<view class="car-name-view" @tap="navSwitchCar">
|
|
<text class="text" style="margin-right: 10rpx;">{{car_info.car_name}}</text>
|
|
<text class="text" style="margin-right: 10rpx;">{{car_info.car_name}}</text>
|
|
@@ -20,7 +20,9 @@
|
|
style="width: 14rpx;height: 14rpx;" alt="">
|
|
style="width: 14rpx;height: 14rpx;" alt="">
|
|
</view>
|
|
</view>
|
|
<view @click="routerLink('/pages/message/index')" class="news">
|
|
<view @click="routerLink('/pages/message/index')" class="news">
|
|
- <view v-if="(newsList.plate_count + newsList.device_count) > 0" class="num">{{newsList.plate_count + newsList.device_count}}</view>
|
|
|
|
|
|
+ <view v-if="(newsList.plate_count + newsList.device_count) > 0" class="num">
|
|
|
|
+ {{newsList.plate_count + newsList.device_count}}
|
|
|
|
+ </view>
|
|
<image src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx"
|
|
<image src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx"
|
|
style="width: 48rpx;height: 48rpx;" mode=""></image>
|
|
style="width: 48rpx;height: 48rpx;" mode=""></image>
|
|
</view>
|
|
</view>
|
|
@@ -45,11 +47,12 @@
|
|
<view class="quantity-view flex-row">
|
|
<view class="quantity-view flex-row">
|
|
<text class="quantity flex-row">{{car_info.soc}} <text
|
|
<text class="quantity flex-row">{{car_info.soc}} <text
|
|
style="font-size: 28rpx;font-weight: 500;">%</text></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>
|
|
|
|
|
|
+ <u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10"
|
|
|
|
+ :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.endurance) }}<text style="font-size: 30rpx;">{{car_info.endurance>1000?'km':'m'}}</text></view>
|
|
|
|
|
|
+ <view style="font-size: 36rpx;">{{formatDistance(car_info.endurance) }}<text
|
|
|
|
+ style="font-size: 30rpx;">{{car_info.endurance>1000?'km':'m'}}</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=""> -->
|
|
@@ -57,18 +60,19 @@
|
|
style="width: 100%;height: 526rpx;" alt="">
|
|
style="width: 100%;height: 526rpx;" alt="">
|
|
<view class="flex-row align-center update-time-view">
|
|
<view class="flex-row align-center update-time-view">
|
|
<text style="margin-right: 10rpx;">{{$t("车辆已关机")}} </text>
|
|
<text style="margin-right: 10rpx;">{{$t("车辆已关机")}} </text>
|
|
- <text v-if="car_info.heart_time != 0" style="margin-right: 10rpx;">{{$t("更新于")}} {{car_info.heart_time|| ''}}</text>
|
|
|
|
|
|
+ <text v-if="car_info.heart_time != 0" style="margin-right: 10rpx;">{{$t("更新于")}}
|
|
|
|
+ {{car_info.heart_time|| ''}}</text>
|
|
<img :src="'https://qiniu.bms16.com/'+(isBluethConnect?'Fk3f9H_o-1Wq2xXx7I_xo7bxK1xJ':'FsL6XWGoIhfsVB7jRg6EGFVsuaTZ')"
|
|
<img :src="'https://qiniu.bms16.com/'+(isBluethConnect?'Fk3f9H_o-1Wq2xXx7I_xo7bxK1xJ':'FsL6XWGoIhfsVB7jRg6EGFVsuaTZ')"
|
|
:style="{width: (isBluethConnect?32:24)+'rpx',height: '32rpx'}" alt="">
|
|
:style="{width: (isBluethConnect?32:24)+'rpx',height: '32rpx'}" alt="">
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <Control :contrilList="contrilList" @toBluetooth="inductiveUnlockHandle"/>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
|
|
+ <Control :contrilList="contrilList" @toBluetooth="inductiveUnlockHandle" />
|
|
|
|
+
|
|
|
|
+
|
|
<view v-if="car_info.exchange_package_info && car_info.exchange_package_info.activity_time"
|
|
<view v-if="car_info.exchange_package_info && car_info.exchange_package_info.activity_time"
|
|
class="flex-row flex-between map-card-view">
|
|
class="flex-row flex-between map-card-view">
|
|
<MapCard :car_info="car_info" />
|
|
<MapCard :car_info="car_info" />
|
|
-
|
|
|
|
|
|
+
|
|
<view class="card-right">
|
|
<view class="card-right">
|
|
<view class="card-bg" @tap="navTravelingTrack">
|
|
<view class="card-bg" @tap="navTravelingTrack">
|
|
<view class="flex-row flex-between card-top-title">
|
|
<view class="flex-row flex-between card-top-title">
|
|
@@ -77,12 +81,14 @@
|
|
src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
|
|
src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
|
|
<text class="margin_l_8">{{isTrackOrAll?'最近骑行':'总里程'}}</text>
|
|
<text class="margin_l_8">{{isTrackOrAll?'最近骑行':'总里程'}}</text>
|
|
</view>
|
|
</view>
|
|
- <view @tap.stop="isTrackOrAll=!isTrackOrAll"><img style="width: 24rpx;height: 20rpx;"
|
|
|
|
|
|
+ <view @tap.stop="isTrackOrAll=!isTrackOrAll"><img
|
|
|
|
+ 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>
|
|
|
|
|
|
+ <view class="card-top-text">{{car_info.current_mail}}<text class="font_24">km</text>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
-
|
|
|
|
|
|
+
|
|
<view class="card-bg">
|
|
<view class="card-bg">
|
|
<view class="flex-row card-top-title">
|
|
<view class="flex-row card-top-title">
|
|
<img style="width: 36rpx;height: 36rpx;"
|
|
<img style="width: 36rpx;height: 36rpx;"
|
|
@@ -96,7 +102,8 @@
|
|
<view v-if="car_info.package_type == 2" class=" card-top-text">{{item.last_num}} <text
|
|
<view v-if="car_info.package_type == 2" class=" card-top-text">{{item.last_num}} <text
|
|
class="font_24">{{$t("次")}}</text></view>
|
|
class="font_24">{{$t("次")}}</text></view>
|
|
<view v-if="car_info.package_type == 3" class=" card-top-text">
|
|
<view v-if="car_info.package_type == 3" class=" card-top-text">
|
|
- {{item.total_day}}{{$t("天")}}/{{item.last_num}} <text class="font_24">{{$t("次")}}</text>
|
|
|
|
|
|
+ {{item.total_day}}{{$t("天")}}/{{item.last_num}} <text
|
|
|
|
+ class="font_24">{{$t("次")}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
@@ -107,9 +114,11 @@
|
|
src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
|
|
src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
|
|
<view class="flex-row config-text-view" @tap="inductiveUnlockHandle">
|
|
<view class="flex-row config-text-view" @tap="inductiveUnlockHandle">
|
|
<view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
|
|
<view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
|
|
- <view class="flex-row tip-text-config">{{isBluethConnect?$t("蓝牙配对成功"):$t("请先连接蓝牙")}}</view>
|
|
|
|
|
|
+ <view class="flex-row tip-text-config">{{isBluethConnect?$t("蓝牙配对成功"):$t("请先连接蓝牙")}}
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
|
|
|
|
|
|
+ <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
|
|
|
|
+ alt="">
|
|
</view>
|
|
</view>
|
|
<view @tap="navToPage" data-url="/pages/userManagement/userManagement"
|
|
<view @tap="navToPage" data-url="/pages/userManagement/userManagement"
|
|
class="flex-row config-car-view">
|
|
class="flex-row config-car-view">
|
|
@@ -119,7 +128,8 @@
|
|
<view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
|
|
<view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
|
|
<view class="flex-row tip-text-config">{{car_info.share_num + $t("个家庭账号")}}</view>
|
|
<view class="flex-row tip-text-config">{{car_info.share_num + $t("个家庭账号")}}</view>
|
|
</view>
|
|
</view>
|
|
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
|
|
|
|
|
|
+ <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
|
|
|
|
+ alt="">
|
|
</view>
|
|
</view>
|
|
<view @click="srcFn(`/pages/deviceInfo/deviceInfo`)" class="flex-row config-car-view">
|
|
<view @click="srcFn(`/pages/deviceInfo/deviceInfo`)" class="flex-row config-car-view">
|
|
<view class="margin_r_20"><img class="icon_style_64"
|
|
<view class="margin_r_20"><img class="icon_style_64"
|
|
@@ -128,7 +138,8 @@
|
|
<view class="flex-row font_w_600">{{$t("设备信息")}}</view>
|
|
<view class="flex-row font_w_600">{{$t("设备信息")}}</view>
|
|
<view class="flex-row tip-text-config">{{$t("软件版本") + (car_info.firmware||'')}}</view>
|
|
<view class="flex-row tip-text-config">{{$t("软件版本") + (car_info.firmware||'')}}</view>
|
|
</view>
|
|
</view>
|
|
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
|
|
|
|
|
|
+ <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
|
|
|
|
+ alt="">
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view style="height: 264rpx;"></view>
|
|
<view style="height: 264rpx;"></view>
|
|
@@ -138,9 +149,11 @@
|
|
<UnleasedPages :model_list="model_list" :img_list="img_list" />
|
|
<UnleasedPages :model_list="model_list" :img_list="img_list" />
|
|
</block>
|
|
</block>
|
|
<BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
|
|
<BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
|
|
- <CustomTabbar @changCar='changCar' curt-tab="home"/>
|
|
|
|
- <AndroidUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission" v-if="isShowPermission && (platform === 'android')" />
|
|
|
|
- <IosUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission" v-else-if="isShowPermission && (platform === 'ios')" />
|
|
|
|
|
|
+ <CustomTabbar @changCar='changCar' curt-tab="home" />
|
|
|
|
+ <AndroidUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission"
|
|
|
|
+ v-if="isShowPermission && (platform === 'android')" />
|
|
|
|
+ <IosUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission"
|
|
|
|
+ v-else-if="isShowPermission && (platform === 'ios')" />
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
@@ -170,9 +183,9 @@
|
|
export default {
|
|
export default {
|
|
data() {
|
|
data() {
|
|
return {
|
|
return {
|
|
- isModel:false,
|
|
|
|
- isConnected:false,
|
|
|
|
- statusBarHeight:0,
|
|
|
|
|
|
+ isModel: false,
|
|
|
|
+ isConnected: false,
|
|
|
|
+ statusBarHeight: 0,
|
|
newsList: {},
|
|
newsList: {},
|
|
img_list: [],
|
|
img_list: [],
|
|
isLogin: false,
|
|
isLogin: false,
|
|
@@ -188,11 +201,11 @@
|
|
activity_time: 0
|
|
activity_time: 0
|
|
}
|
|
}
|
|
},
|
|
},
|
|
- platform:'android',//手机型号
|
|
|
|
- isShowPermission:false,//是否打开权限弹窗
|
|
|
|
- statusBarHeight:0,
|
|
|
|
- isBluethConnect:false, //当前是否蓝牙连接或者配对
|
|
|
|
- isOpenAllPermission:false,//所有蓝牙配对所需权限是否已开启
|
|
|
|
|
|
+ platform: 'android', //手机型号
|
|
|
|
+ isShowPermission: false, //是否打开权限弹窗
|
|
|
|
+ statusBarHeight: 0,
|
|
|
|
+ isBluethConnect: false, //当前是否蓝牙连接或者配对
|
|
|
|
+ isOpenAllPermission: false, //所有蓝牙配对所需权限是否已开启
|
|
};
|
|
};
|
|
},
|
|
},
|
|
computed: {},
|
|
computed: {},
|
|
@@ -205,7 +218,7 @@
|
|
AndroidUnlockAuth,
|
|
AndroidUnlockAuth,
|
|
IosUnlockAuth
|
|
IosUnlockAuth
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* 生命周期函数--监听页面加载
|
|
* 生命周期函数--监听页面加载
|
|
*/
|
|
*/
|
|
@@ -225,17 +238,17 @@
|
|
});
|
|
});
|
|
uni.onNetworkStatusChange((res) => {
|
|
uni.onNetworkStatusChange((res) => {
|
|
_this.isConnected = res.isConnected
|
|
_this.isConnected = res.isConnected
|
|
- if(res.isConnected){
|
|
|
|
|
|
+ if (res.isConnected) {
|
|
_this.init()
|
|
_this.init()
|
|
}
|
|
}
|
|
});
|
|
});
|
|
// #endif
|
|
// #endif
|
|
-
|
|
|
|
|
|
+
|
|
// #ifndef APP
|
|
// #ifndef APP
|
|
this.isConnected = true
|
|
this.isConnected = true
|
|
- _this.init()
|
|
|
|
|
|
+ _this.init()
|
|
// #endif
|
|
// #endif
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
/**
|
|
/**
|
|
* 生命周期函数--监听页面显示
|
|
* 生命周期函数--监听页面显示
|
|
@@ -245,7 +258,7 @@
|
|
uni.getNetworkType({
|
|
uni.getNetworkType({
|
|
success: (res) => {
|
|
success: (res) => {
|
|
if (res.networkType != 'none') {
|
|
if (res.networkType != 'none') {
|
|
- // this.init()
|
|
|
|
|
|
+ this.init()
|
|
}
|
|
}
|
|
}
|
|
}
|
|
});
|
|
});
|
|
@@ -253,9 +266,9 @@
|
|
// #ifndef APP
|
|
// #ifndef APP
|
|
this.init()
|
|
this.init()
|
|
// #endif
|
|
// #endif
|
|
-
|
|
|
|
|
|
+
|
|
},
|
|
},
|
|
-
|
|
|
|
|
|
+
|
|
// 分享给好友
|
|
// 分享给好友
|
|
onShareAppMessage: function(res) { //发送给朋友
|
|
onShareAppMessage: function(res) { //发送给朋友
|
|
return {
|
|
return {
|
|
@@ -264,34 +277,36 @@
|
|
}
|
|
}
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
- init(){
|
|
|
|
|
|
+ init() {
|
|
this.loadModelList()
|
|
this.loadModelList()
|
|
this.contrilList = getFunctionTag().activeTag
|
|
this.contrilList = getFunctionTag().activeTag
|
|
const user_token = storage.getUserToken()
|
|
const user_token = storage.getUserToken()
|
|
this.car_info = uni.getStorageSync('car_info') || {};
|
|
this.car_info = uni.getStorageSync('car_info') || {};
|
|
- this.isBluethConnect=app.globalData.connectionState[this.car_sn] && app.globalData.connectionState[this.car_sn].connected && app.globalData.nearLockCheck
|
|
|
|
- if(!user_token) return
|
|
|
|
|
|
+ this.isBluethConnect = app.globalData.connectionState[this.car_sn] && app.globalData.connectionState[this
|
|
|
|
+ .car_sn].connected && app.globalData.nearLockCheck
|
|
|
|
+ if (!user_token) return
|
|
this.newsNumFn()
|
|
this.newsNumFn()
|
|
this.isLogin = true
|
|
this.isLogin = true
|
|
this.loadUserCarList()
|
|
this.loadUserCarList()
|
|
-
|
|
|
|
- //蓝牙配对所需权限 运行小程序需要隐藏
|
|
|
|
- const permissionArr=permision.requestAndroidPermissions(this.platform)
|
|
|
|
- console.log(permissionArr,'permissionArr');
|
|
|
|
- this.setData({
|
|
|
|
- authStepList:permissionArr
|
|
|
|
- })
|
|
|
|
- permissionArr.map(item=>{
|
|
|
|
- if(!item.state) this.isOpenAllPermission=true
|
|
|
|
- })
|
|
|
|
-
|
|
|
|
|
|
+ // #ifdef APP
|
|
|
|
+ //蓝牙配对所需权限 运行小程序需要隐藏
|
|
|
|
+ const permissionArr = permision.requestAndroidPermissions(this.platform)
|
|
|
|
+ console.log(permissionArr, 'permissionArr');
|
|
|
|
+ this.setData({
|
|
|
|
+ authStepList: permissionArr
|
|
|
|
+ })
|
|
|
|
+ permissionArr.map(item => {
|
|
|
|
+ if (!item.state) this.isOpenAllPermission = true
|
|
|
|
+ })
|
|
|
|
+ // #endif
|
|
|
|
+
|
|
// if (!this.car_info.car_sn) {
|
|
// if (!this.car_info.car_sn) {
|
|
-
|
|
|
|
|
|
+
|
|
// } else {
|
|
// } else {
|
|
// this.loadCarDetail(this.car_info.car_sn)
|
|
// this.loadCarDetail(this.car_info.car_sn)
|
|
// }
|
|
// }
|
|
},
|
|
},
|
|
- retry(){
|
|
|
|
|
|
+ retry() {
|
|
console.log('115555')
|
|
console.log('115555')
|
|
},
|
|
},
|
|
async newsNumFn() {
|
|
async newsNumFn() {
|
|
@@ -341,32 +356,36 @@
|
|
});
|
|
});
|
|
},
|
|
},
|
|
inductiveUnlockHandle() {
|
|
inductiveUnlockHandle() {
|
|
- console.log(!this.isOpenAllPermission,this.isBluethConnect,'this.isBluethConnect');
|
|
|
|
- if(this.isBluethConnect){
|
|
|
|
- uni.navigateTo({ url: '/pages/bluetoothUnlock/unlockSet' })
|
|
|
|
- }else{
|
|
|
|
- if(!this.isOpenAllPermission){
|
|
|
|
|
|
+ console.log(!this.isOpenAllPermission, this.isBluethConnect, 'this.isBluethConnect');
|
|
|
|
+ if (this.isBluethConnect) {
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '/pages/bluetoothUnlock/unlockSet'
|
|
|
|
+ })
|
|
|
|
+ } else {
|
|
|
|
+ if (!this.isOpenAllPermission) {
|
|
common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
|
|
common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
|
|
- uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
|
|
|
|
- }else{
|
|
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url: '/pages/bluetoothUnlock/bluetoothPair'
|
|
|
|
+ })
|
|
|
|
+ } else {
|
|
this.setData({
|
|
this.setData({
|
|
- isShowPermission:true,
|
|
|
|
- })
|
|
|
|
|
|
+ isShowPermission: true,
|
|
|
|
+ })
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
},
|
|
},
|
|
- closePermission(){
|
|
|
|
|
|
+ closePermission() {
|
|
this.setData({
|
|
this.setData({
|
|
- isShowPermission:false
|
|
|
|
|
|
+ isShowPermission: false
|
|
})
|
|
})
|
|
},
|
|
},
|
|
showInduction() {
|
|
showInduction() {
|
|
this.isHideInduction = true
|
|
this.isHideInduction = true
|
|
},
|
|
},
|
|
loadModelList() {
|
|
loadModelList() {
|
|
- if(this.isModel){
|
|
|
|
- return
|
|
|
|
|
|
+ if (this.isModel) {
|
|
|
|
+ return
|
|
}
|
|
}
|
|
this.isModel = true
|
|
this.isModel = true
|
|
const me = this
|
|
const me = this
|
|
@@ -450,13 +469,13 @@
|
|
let itemCar = {}
|
|
let itemCar = {}
|
|
for (let i = 0; i < list.length; i++) {
|
|
for (let i = 0; i < list.length; i++) {
|
|
let item = list[i];
|
|
let item = list[i];
|
|
- if(item.car_sn == this.car_info.car_sn){
|
|
|
|
|
|
+ if (item.car_sn == this.car_info.car_sn) {
|
|
isCar = true
|
|
isCar = true
|
|
itemCar = item
|
|
itemCar = item
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- if(!isCar){
|
|
|
|
-
|
|
|
|
|
|
+ if (!isCar) {
|
|
|
|
+
|
|
if (list.length > 0) {
|
|
if (list.length > 0) {
|
|
uni.removeStorageSync('car_info')
|
|
uni.removeStorageSync('car_info')
|
|
me.setData({
|
|
me.setData({
|
|
@@ -464,11 +483,11 @@
|
|
car_sn: list[0].car_sn || '',
|
|
car_sn: list[0].car_sn || '',
|
|
})
|
|
})
|
|
me.loadCarDetail(list[0].car_sn)
|
|
me.loadCarDetail(list[0].car_sn)
|
|
- }else{
|
|
|
|
|
|
+ } else {
|
|
uni.removeStorageSync('car_info')
|
|
uni.removeStorageSync('car_info')
|
|
this.car_info = {}
|
|
this.car_info = {}
|
|
}
|
|
}
|
|
- }else{
|
|
|
|
|
|
+ } else {
|
|
me.loadCarDetail(itemCar.car_sn)
|
|
me.loadCarDetail(itemCar.car_sn)
|
|
}
|
|
}
|
|
} else {
|
|
} else {
|
|
@@ -488,9 +507,9 @@
|
|
car_info: resp.data.data,
|
|
car_info: resp.data.data,
|
|
})
|
|
})
|
|
uni.setStorageSync('car_info', this.car_info);
|
|
uni.setStorageSync('car_info', this.car_info);
|
|
- console.log(this.car_info,'this.car_info------------------');
|
|
|
|
|
|
+ console.log(this.car_info, 'this.car_info------------------');
|
|
//判断逾期
|
|
//判断逾期
|
|
- if(!resp.data.data.sold_time) return
|
|
|
|
|
|
+ if (!resp.data.data.sold_time) return
|
|
let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
|
|
let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
|
|
if (time > 0) {
|
|
if (time > 0) {
|
|
this.isOverdueShow = true
|
|
this.isOverdueShow = true
|