123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520 |
- <template>
- <view>
- <!-- #ifdef APP -->
- <u-no-network zIndex='9999' @retry='retry'></u-no-network>
- <!-- #endif -->
- <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')" class="news">
- <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"
- style="width: 48rpx;height: 48rpx;" mode=""></image>
- </view>
- </view>
- <view v-if="isOverdueShow" class="overdue-view flex-row flex-between">
- <view class="overdue-view-text flex-row">
- <text class="overdue-text-left">您已逾期
- <text class="overdue-num">
- <block v-if="orderInfo.hire_duration_time">
- {{orderInfo.hire_duration_time.day > 0 ? orderInfo.hire_duration_time.day :'' }}<text
- v-if="orderInfo.hire_duration_time.day>0">日</text>{{orderInfo.hire_duration_time.hour > 0 ? orderInfo.hire_duration_time.hour :'' }}<text
- v-if="orderInfo.hire_duration_time.hour>0">小时</text>{{orderInfo.hire_duration_time.minute > 0 ? orderInfo.hire_duration_time.minute :'' }}<text
- v-if="orderInfo.hire_duration_time.minute>0">分</text>
- </block>
- </text>
- </text>
- <text style="font-size: 24rpx;opacity: 0.5;">请及时续费或归还车辆</text>
- </view>
- <view @click="routerLink('/pages/order/order')" class="renew-btn">去续费</view>
- </view>
- <view class="car-img-view" @tap="toMoreInfoPage">
- <view class="quantity-view flex-row">
- <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>
- <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>
- <!-- <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 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>
- <Control :contrilList="contrilList" />
-
-
- <view v-if="car_info.exchange_package_info && car_info.exchange_package_info.activity_time"
- class="flex-row flex-between map-card-view">
- <MapCard :car_info="car_info" />
-
- <view class="card-right">
- <view class="card-bg" @tap="navTravelingTrack">
- <view class="flex-row flex-between card-top-title">
- <view class="flex-row align-center">
- <img style="width: 36rpx;height: 36rpx;"
- src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
- <text class="margin_l_8">{{isTrackOrAll?'最近骑行':'总里程'}}</text>
- </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">{{car_info.current_mail}}<text class="font_24">km</text></view>
- </view>
-
- <view class="card-bg">
- <view class="flex-row card-top-title">
- <img style="width: 36rpx;height: 36rpx;"
- src="https://qiniu.bms16.com/FtalApKa3STyruaBxxRB4O9hHXyE" alt="">
- <text class="margin_l_8">{{$t("换电套餐")}}</text>
- </view>
- <view v-if="car_info.package_type == 1" class=" card-top-text">
- {{calculateRemainingDays(car_info.exchange_package_info.expire_time)}} <text
- class="font_24">{{$t("天")}}</text>
- </view>
- <view v-if="car_info.package_type == 2" class=" card-top-text">{{item.last_num}} <text
- class="font_24">{{$t("次")}}</text></view>
- <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>
- </view>
- </view>
- </view>
- </view>
- <view class="config-view">
- <view @tap="navToPage" class="flex-row config-car-view">
- <view class="margin_r_20"><img class="icon_style_64"
- src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
- <view class="flex-row config-text-view" @tap="inductiveUnlockHandle">
- <view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
- <view class="flex-row tip-text-config">{{isBluethConnect?$t("蓝牙配对成功"):$t("请先连接蓝牙")}}</view>
- </view>
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
- </view>
- <view @tap="navToPage" data-url="/pages/userManagement/userManagement"
- class="flex-row config-car-view">
- <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">{{car_info.share_num + $t("个家庭账号")}}</view>
- </view>
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
- </view>
- <view @click="srcFn(`/pages/deviceInfo/deviceInfo`)" class="flex-row config-car-view">
- <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("软件版本") + (car_info.firmware||'')}}</view>
- </view>
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
- </view>
- </view>
- <view style="height: 264rpx;"></view>
- </view>
- </block>
- <block v-else>
- <UnleasedPages :model_list="model_list" :img_list="img_list" />
- </block>
- <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')" />
- </view>
- </view>
- </template>
- <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
- <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
- <script>
- var app = getApp();
- var config = require('@/common/config.js');
- var config_gyq = require('@/common/config_gyq.js');
- var common = require('@/common/common.js');
- var http = require('@/common/http.js');
- var request = require('@/common/request.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'
- import CustomTabbar from '@/component/customTabbar/index';
- import BluetoothUnlockAuth from '../bluetoothUnlock/bluetoothUnlockAuth.vue'
- import AndroidUnlockAuth from './components/AndroidUnlockAuth.vue'
- import IosUnlockAuth from './components/IosUnlockAuth.vue'
- import {
- getFunctionTag,
- } from '@/common/storage.js';
- import permision from "@/js_sdk/wa-permission/permission.js"
- var bluetooth = require('@/common/bluetooth.js');
- export default {
- data() {
- return {
- isModel:false,
- isConnected:false,
- statusBarHeight:0,
- newsList: {},
- img_list: [],
- isLogin: false,
- isOverdueShow: false,
- contrilList: [],
- isTrackOrAll: true,
- model_list: [],
- car_list: [], //用户车辆列表
- car_sn: '', //当前车辆编号
- isHideInduction: true,
- car_info: {
- exchange_package_info: {
- activity_time: 0
- }
- },
- platform:'android',//手机型号
- isShowPermission:false,//是否打开权限弹窗
- statusBarHeight:0,
- isBluethConnect:false, //当前是否蓝牙连接或者配对
- };
- },
- computed: {},
- components: {
- Control,
- MapCard,
- CustomTabbar,
- UnleasedPages,
- BluetoothUnlockAuth,
- AndroidUnlockAuth,
- IosUnlockAuth
- },
-
- /**
- * 生命周期函数--监听页面加载
- */
- onLoad: function(options) {
- this.locationFn()
- this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 0
- let _this = this
- // #ifdef APP
- uni.getNetworkType({
- success: (res) => {
- if (res.networkType == 'none') {
- this.isConnected = false;
- } else {
- this.isConnected = true;
- }
- }
- });
- uni.onNetworkStatusChange((res) => {
- _this.isConnected = res.isConnected
- if(res.isConnected){
- //
- console.log('有网络了')
- _this.init()
- }
- });
- // #endif
-
- // #ifndef APP
- this.isConnected = true
- _this.init()
- // #endif
-
- },
- /**
- * 生命周期函数--监听页面显示
- */
- onShow: function() {
- this.init()
- },
-
- // 分享给好友
- onShareAppMessage: function(res) { //发送给朋友
- return {
- title: this.appConfig.app_name,
- path: 'pages/index/index',
- }
- },
- methods: {
- init(){
- this.loadModelList()
- this.contrilList = getFunctionTag().activeTag
- const user_token = storage.getUserToken()
- this.car_info = uni.getStorageSync('car_info') || {};
- this.isBluethConnect=app.globalData.connectionState[this.car_sn] && app.globalData.connectionState[this.car_sn].connected
- if(!user_token) return
- this.newsNumFn()
- this.isLogin = true
- if (!this.car_info.car_sn) {
- this.loadUserCarList()
- } else {
- this.loadCarDetail(this.car_info.car_sn)
- }
- },
- retry(){
- console.log('115555')
- },
- async newsNumFn() {
- let {
- data
- } = await request.postApi(config_gyq.API_FLK_MESSAGE_UNREAD_COUNT, {})
- if (data.code == 200) {
- this.newsList = data.data
- }
- },
- locationFn() {
- uni.getLocation({
- success(res) {
- let myLocation = {
- latitude: res.latitude,
- longitude: res.longitude,
- }
- storage.setUserCurrentLocation(myLocation)
- }
- })
- },
- changCar(e) {
- this.car_info = e
- },
- routerLink(url) {
- uni.navigateTo({
- url
- })
- },
- loadIsLogin() {
- uni.navigateTo({
- url: '/pages/loginRegister/login',
- })
- },
- toMoreInfoPage() {
- uni.navigateTo({
- url: '/pages/moreInfo/moreInfo',
- });
- },
- navTravelingTrack() {
- uni.navigateTo({
- url: '/pages/travelingTrack/travelingTrack?longitude=' + this.longitude + '&latitude=' + this
- .latitude,
- success: function(res) {},
- fail: function(res) {},
- complete: function(res) {}
- });
- },
- inductiveUnlockHandle() {
-
- 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(){
- this.setData({
- isShowPermission:false
- })
- },
- showInduction() {
- this.isHideInduction = true
- },
- loadModelList() {
- if(this.isModel){
- return
- }
- this.isModel = true
- const me = this
- http.postApi(config.API_RECOMMEND_CAR_MODEL_LIST, {}, (resp) => {
- if (resp.data.code === 200) {
- const list = resp.data.data
- const img_list = resp.data.data.map(item => item.image)
- me.setData({
- model_list: list,
- img_list: img_list
- })
- } else {
- common.simpleToast(resp.data.msg);
- }
- })
- },
- srcFn(url) {
- uni.navigateTo({
- url: url
- });
- },
- navToPage(e) {
- const me = this
- const url = e.currentTarget.dataset.url;
- if (!url) {
- return;
- }
- uni.navigateTo({
- url: url
- });
- // if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 == 2) {
- // uni.navigateTo({
- // url: url
- // });
- // } else if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 != 2) {
- // uni.showModal({
- // title: '身份认证提示',
- // content: '尚未完成身份认证,是否进行身份认证?',
- // cancelText: '取消',
- // confirmText: '确定',
- // success: function(res) {
- // if (res.confirm) {
- // me.loadFaceToken()
- // }
- // },
- // fail: function(res) {},
- // complete: function(res) {},
- // })
- // } else {
- // uni.showModal({
- // title: '提示',
- // content: '您还未登录,请先登录',
- // showCancel: true,
- // cancelText: '取消',
- // confirmText: '确定',
- // success: function(res) {
- // if (res.confirm) {
- // //#ifdef MP-ALIPAY
- // uni.navigateTo({
- // url: '/pages/phoneLogin/phoneLogin',
- // })
- // //#endif
- // //#ifdef MP-WEIXIN
- // uni.navigateTo({
- // url: '/pages/login/login',
- // })
- // //#endif
- // }
- // },
- // fail: function(res) {},
- // complete: function(res) {},
- // })
- // }
- },
- loadUserCarList() {
- const me = this
- http.postApi(config.API_FLK_CAR_DEVICE_LIST, {}, (resp) => {
- if (resp.data.code === 200) {
- const list = resp.data.data.list
- if (list.length > 0) {
- me.setData({
- car_list: list,
- car_sn: list[0].car_sn || '',
- })
- me.loadCarDetail(list[0].car_sn)
- }
- } else {
- common.simpleToast(resp.data.msg);
- }
- })
- },
- loadCarDetail(car_sn) {
- const me = this
- http.postApi(config.API_FLK_CAR_DETAIL, {
- car_sn
- }, (resp) => {
- uni.hideLoading();
- if (resp.data.code === 200) {
- resp.data.data.car_sn = car_sn
- me.setData({
- car_info: resp.data.data,
- })
- uni.setStorageSync('car_info', this.car_info);
- console.log(this.car_info,'this.car_info------------------');
- //判断逾期
- if(!resp.data.data.sold_time) return
- let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
- if (time > 0) {
- this.isOverdueShow = true
- this.car_info.hire_end_time = common.getTimeToDay(time)
- } else {
- this.isOverdueShow = false
- }
- } else {
- common.simpleToast(resp.data.msg);
- }
- })
- },
- navSwitchCar() {
- const me = this
- //如果租/购多个车辆的话可以切换当前车辆
- uni.navigateTo({
- url: `/pages/carList/carList?list=${encodeURIComponent(JSON.stringify(me.car_list))}&car_sn=${me.car_sn}`,
- })
- },
- formatDistance(distanceMeters) {
- // 判断距离是否超过1000米
- // let distanceMeters=Number(_distanceMeters)
- if (distanceMeters >= 1000) {
- // 如果超过1000米,则转换为千米并返回
- return (distanceMeters / 1000).toFixed(1);
- } else {
- // 否则直接返回米
- return distanceMeters.toFixed(0);
- }
- }
- }
- };
- </script>
- <style lang="scss" scoped>
- @import './index.css';
- .news {
- position: relative;
- .num {
- position: absolute;
- right: -6rpx;
- top: -6rpx;
- min-width: 28rpx;
- height: 28rpx;
- font-size: 18rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- line-height: 1;
- background-color: #FA2918;
- border-radius: 50%;
- }
- }
- </style>
|