|
@@ -37,20 +37,19 @@
|
|
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"
|
|
<u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10" :show-percent="false"
|
|
:percent="car_info.soc"></u-line-progress>
|
|
: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;">{{car_info.endurance}}</text><text
|
|
|
|
- style="font-size: 30rpx;">km</text>
|
|
|
|
- </text>
|
|
|
|
|
|
+ <view class="quantity-text flex-row">
|
|
|
|
+ <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>
|
|
</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=""> -->
|
|
<img :src="'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'"
|
|
<img :src="'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'"
|
|
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 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.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')"
|
|
|
|
+ :style="{width: (isBluethConnect?32:24)+'rpx',height: '32rpx'}" alt="">
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<Control :contrilList="contrilList" />
|
|
<Control :contrilList="contrilList" />
|
|
@@ -98,7 +97,7 @@
|
|
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">{{$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>
|
|
@@ -131,8 +130,8 @@
|
|
</block>
|
|
</block>
|
|
<BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
|
|
<BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
|
|
<CustomTabbar @changCar='changCar' curt-tab="home"/>
|
|
<CustomTabbar @changCar='changCar' curt-tab="home"/>
|
|
- <AndroidUnlockAuth :value="isShowPermission" @closePermission="closePermission" v-if="isShowPermission && (platform === 'android')" />
|
|
|
|
- <IosUnlockAuth :value="isShowPermission" @closePermission="closePermission" v-else-if="isShowPermission && (platform === 'ios')" />
|
|
|
|
|
|
+ <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>
|
|
</template>
|
|
</template>
|
|
<script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
|
|
<script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
|
|
@@ -179,6 +178,7 @@
|
|
platform:'android',//手机型号
|
|
platform:'android',//手机型号
|
|
isShowPermission:false,//是否打开权限弹窗
|
|
isShowPermission:false,//是否打开权限弹窗
|
|
statusBarHeight:0,
|
|
statusBarHeight:0,
|
|
|
|
+ isBluethConnect:false, //当前是否蓝牙连接或者配对
|
|
};
|
|
};
|
|
},
|
|
},
|
|
computed: {},
|
|
computed: {},
|
|
@@ -237,6 +237,8 @@
|
|
|
|
|
|
return
|
|
return
|
|
}
|
|
}
|
|
|
|
+ console.log(app.globalData.connectionState[this.car_sn],'app.globalData.connectionState[this.car_sn]');
|
|
|
|
+ this.isBluethConnect=app.globalData.connectionState[this.car_sn] && app.globalData.connectionState[this.car_sn].connected
|
|
this.newsNumFn()
|
|
this.newsNumFn()
|
|
this.isLogin = true
|
|
this.isLogin = true
|
|
if (!this.car_info.car_sn) {
|
|
if (!this.car_info.car_sn) {
|
|
@@ -301,15 +303,6 @@
|
|
complete: function(res) {},
|
|
complete: function(res) {},
|
|
})
|
|
})
|
|
},
|
|
},
|
|
- connectBluetooth() {
|
|
|
|
- var device = {
|
|
|
|
- mac_id: "900000997",
|
|
|
|
- btid: "900000997",
|
|
|
|
- btkey: "900000997",
|
|
|
|
- bt_type: "ZXCar",
|
|
|
|
- device_type: "ZXCar"
|
|
|
|
- };
|
|
|
|
- },
|
|
|
|
toMoreInfoPage() {
|
|
toMoreInfoPage() {
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
url: '/pages/moreInfo/moreInfo',
|
|
url: '/pages/moreInfo/moreInfo',
|
|
@@ -325,25 +318,29 @@
|
|
});
|
|
});
|
|
},
|
|
},
|
|
inductiveUnlockHandle() {
|
|
inductiveUnlockHandle() {
|
|
- const permissionArr=permision.requestAndroidPermissions(this.platform)
|
|
|
|
- app.globalData.permissionArr=permissionArr
|
|
|
|
- // let isOpenAllPermission=false
|
|
|
|
- // app.globalData.permissionArr.map(item=>{
|
|
|
|
- // if(!item.state) isOpenAllPermission=true
|
|
|
|
- // })
|
|
|
|
- // this.isShowPermission=true
|
|
|
|
- this.setData({
|
|
|
|
- isShowPermission:true
|
|
|
|
- })
|
|
|
|
- // this.$refs.bluetoothUnlockAuth.open();
|
|
|
|
- // console.log(this.isOpenAllPermission,'this.isOpenAllPermission');
|
|
|
|
- // if(!isOpenAllPermission){
|
|
|
|
- // common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
|
|
|
|
- // uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
|
|
|
|
- // }else{
|
|
|
|
- // this.$refs.bluetoothUnlockAuth.open();
|
|
|
|
- // }
|
|
|
|
|
|
|
|
|
|
+ if(this.isBluethConnect){
|
|
|
|
+ uni.navigateTo({ url: '/pages/bluetoothUnlock/unlockSet' })
|
|
|
|
+ }else{
|
|
|
|
+ const permissionArr=permision.requestAndroidPermissions(this.platform)
|
|
|
|
+ console.log(permissionArr,'permissionArr');
|
|
|
|
+ this.setData({
|
|
|
|
+ authStepList:permissionArr
|
|
|
|
+ })
|
|
|
|
+ let isOpenAllPermission=false
|
|
|
|
+ permissionArr.map(item=>{
|
|
|
|
+ if(!item.state) isOpenAllPermission=true
|
|
|
|
+ })
|
|
|
|
+ if(!isOpenAllPermission){
|
|
|
|
+ common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
|
|
|
|
+ uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
|
|
|
|
+ }else{
|
|
|
|
+ this.setData({
|
|
|
|
+ isShowPermission:true,
|
|
|
|
+ })
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+
|
|
},
|
|
},
|
|
closePermission(){
|
|
closePermission(){
|
|
this.setData({
|
|
this.setData({
|
|
@@ -358,8 +355,6 @@
|
|
http.postApi(config.API_RECOMMEND_CAR_MODEL_LIST, {}, (resp) => {
|
|
http.postApi(config.API_RECOMMEND_CAR_MODEL_LIST, {}, (resp) => {
|
|
if (resp.data.code === 200) {
|
|
if (resp.data.code === 200) {
|
|
const list = resp.data.data
|
|
const list = resp.data.data
|
|
- console.log('哈哈哈啊哈')
|
|
|
|
- console.log(resp.data.data)
|
|
|
|
const img_list = resp.data.data.map(item => item.image)
|
|
const img_list = resp.data.data.map(item => item.image)
|
|
me.setData({
|
|
me.setData({
|
|
model_list: list,
|
|
model_list: list,
|