index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. <template>
  2. <view>
  3. <!-- #ifdef APP -->
  4. <u-no-network zIndex='9999' @retry='retry'></u-no-network>
  5. <!-- #endif -->
  6. <view v-if="isConnected">
  7. <block v-if="isLogin && car_info.car_sn">
  8. <view class="container-view">
  9. <!-- #ifdef MP-WEIXIN -->
  10. <view :style="{height: `${statusBarHeight + 30}px`}"></view>
  11. <!-- #endif -->
  12. <!-- #ifdef APP -->
  13. <view :style="{height: `${statusBarHeight}px`}"></view>
  14. <!-- #endif -->
  15. <!-- <navBar type="index" /> -->
  16. <view class="flex-row flex-between align-center padding_about_40">
  17. <view class="car-name-view" @tap="navSwitchCar">
  18. <text class="text" style="margin-right: 10rpx;">{{car_info.car_name}}</text>
  19. <img src="https://qiniu.bms16.com/FoSXDpVGvbdmwbX3CMUBvR7X4IzI"
  20. style="width: 14rpx;height: 14rpx;" alt="">
  21. </view>
  22. <view @click="routerLink('/pages/message/index')" class="news">
  23. <view v-if="(newsList.plate_count + newsList.device_count) > 0" class="num">
  24. {{newsList.plate_count + newsList.device_count}}
  25. </view>
  26. <image src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx"
  27. style="width: 48rpx;height: 48rpx;" mode=""></image>
  28. </view>
  29. </view>
  30. <view v-if="isOverdueShow" class="overdue-view flex-row flex-between">
  31. <view class="overdue-view-text flex-row">
  32. <text class="overdue-text-left">您已逾期
  33. <text class="overdue-num">
  34. <block v-if="orderInfo.hire_duration_time">
  35. {{orderInfo.hire_duration_time.day > 0 ? orderInfo.hire_duration_time.day :'' }}<text
  36. v-if="orderInfo.hire_duration_time.day>0">日</text>{{orderInfo.hire_duration_time.hour > 0 ? orderInfo.hire_duration_time.hour :'' }}<text
  37. v-if="orderInfo.hire_duration_time.hour>0">小时</text>{{orderInfo.hire_duration_time.minute > 0 ? orderInfo.hire_duration_time.minute :'' }}<text
  38. v-if="orderInfo.hire_duration_time.minute>0">分</text>
  39. </block>
  40. </text>
  41. </text>
  42. <text style="font-size: 24rpx;opacity: 0.5;">请及时续费或归还车辆</text>
  43. </view>
  44. <view @click="routerLink('/pages/order/order')" class="renew-btn">去续费</view>
  45. </view>
  46. <view class="car-img-view" @tap="toMoreInfoPage">
  47. <view class="quantity-view flex-row">
  48. <text class="quantity flex-row">{{car_info.soc}} <text
  49. style="font-size: 28rpx;font-weight: 500;">%</text></text>
  50. <u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10"
  51. :show-percent="false" :percent="car_info.soc"></u-line-progress>
  52. <view class="quantity-text flex-row">
  53. <view style="font-weight:400;font-size: 22rpx;width: 44rpx;">{{$t("续航")}}</view>
  54. <view style="font-size: 36rpx;">{{formatDistance(car_info.endurance) }}<text
  55. style="font-size: 30rpx;">{{car_info.endurance>1000?'km':'m'}}</text></view>
  56. </view>
  57. </view>
  58. <!-- <img :src="car_info.model_images||'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'" style="width: 100%;height: 526rpx;" alt=""> -->
  59. <img :src="'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'"
  60. style="width: 100%;height: 526rpx;" alt="">
  61. <view class="flex-row align-center update-time-view">
  62. <text style="margin-right: 10rpx;">{{car_info.acc_state==1?$t("车辆已开机"): $t("车辆已关机")}} </text>
  63. <text v-if="car_info.heart_time != 0" style="margin-right: 10rpx;">{{$t("更新于")}} {{tools.formatTime( car_info.heart_time|| '')}}</text>
  64. <img :src="'https://qiniu.bms16.com/'+(isBluethConnect?'Fk3f9H_o-1Wq2xXx7I_xo7bxK1xJ':'FsL6XWGoIhfsVB7jRg6EGFVsuaTZ')"
  65. :style="{width: (isBluethConnect?32:24)+'rpx',height: '32rpx'}" alt="">
  66. </view>
  67. </view>
  68. <Control :contrilList="contrilList" @toBluetooth="inductiveUnlockHandle"/>
  69. <view :class="['flex-row', 'flex-between', 'map-card-view',car_info.exchange_package_info && car_info.exchange_package_info.activity_time?'height_362':'height_260']">
  70. <MapCard :car_info="car_info" :height="car_info.exchange_package_info && car_info.exchange_package_info.activity_time"/>
  71. <view class="card-right">
  72. <view class="card-bg" @tap="navTravelingTrack">
  73. <view class="flex-row flex-between card-top-title">
  74. <view class="flex-row align-center">
  75. <img style="width: 36rpx;height: 36rpx;"
  76. src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
  77. <text class="margin_l_8">{{isTrackOrAll?'最近骑行':'总里程'}}</text>
  78. </view>
  79. <view @tap.stop="isTrackOrAll=!isTrackOrAll"><img
  80. style="width: 24rpx;height: 20rpx;"
  81. src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
  82. </view>
  83. <view class="card-top-text">{{car_info.current_mail}}<text class="font_24">km</text>
  84. </view>
  85. </view>
  86. <view v-if="car_info.exchange_package_info && car_info.exchange_package_info.activity_time" class="card-bg">
  87. <view class="flex-row card-top-title">
  88. <img style="width: 36rpx;height: 36rpx;"
  89. src="https://qiniu.bms16.com/FtalApKa3STyruaBxxRB4O9hHXyE" alt="">
  90. <text class="margin_l_8">{{$t("换电套餐")}}</text>
  91. </view>
  92. <view v-if="car_info.package_type == 1" class="card-top-text">
  93. {{calculateRemainingDays(car_info.exchange_package_info.expire_time)}} <text
  94. class="font_24">{{$t("天")}}</text>
  95. </view>
  96. <view v-if="car_info.package_type == 2" class=" card-top-text">{{item.last_num}} <text
  97. class="font_24">{{$t("次")}}</text></view>
  98. <view v-if="car_info.package_type == 3" class=" card-top-text">
  99. {{item.total_day}}{{$t("天")}}/{{item.last_num}} <text
  100. class="font_24">{{$t("次")}}</text>
  101. </view>
  102. </view>
  103. </view>
  104. </view>
  105. <view class="config-view">
  106. <view @tap="navToPage" class="flex-row config-car-view">
  107. <view class="margin_r_20"><img class="icon_style_64"
  108. src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
  109. <view class="flex-row config-text-view" @tap="inductiveUnlockHandle">
  110. <view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
  111. <view class="flex-row tip-text-config">{{isBluethConnect?$t("蓝牙配对成功"):$t("请先连接蓝牙")}}
  112. </view>
  113. </view>
  114. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
  115. alt="">
  116. </view>
  117. <view @tap="navToPage" data-url="/pages/userManagement/userManagement"
  118. class="flex-row config-car-view">
  119. <view class="margin_r_20"><img class="icon_style_64"
  120. src="https://qiniu.bms16.com/FhKkijkN__9UzhYNgamBFSggIlYo" alt=""></view>
  121. <view class="flex-row config-text-view">
  122. <view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
  123. <view class="flex-row tip-text-config">{{car_info.share_num + $t("个家庭账号")}}</view>
  124. </view>
  125. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
  126. alt="">
  127. </view>
  128. <view @click="srcFn(`/pages/deviceInfo/deviceInfo`)" class="flex-row config-car-view">
  129. <view class="margin_r_20"><img class="icon_style_64"
  130. src="https://qiniu.bms16.com/FsAg6mHEBJfbtpgIHBrDdNiPo1iH" alt=""></view>
  131. <view class="flex-row config-text-view">
  132. <view class="flex-row font_w_600">{{$t("设备信息")}}</view>
  133. <view class="flex-row tip-text-config">{{$t("软件版本") + (car_info.firmware||'')}}</view>
  134. </view>
  135. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
  136. alt="">
  137. </view>
  138. </view>
  139. <view style="height: 264rpx;"></view>
  140. </view>
  141. </block>
  142. <block v-else>
  143. <UnleasedPages :model_list="model_list" :img_list="img_list" />
  144. </block>
  145. <BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
  146. <CustomTabbar @changCar='changCar' curt-tab="home" />
  147. <AndroidUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission"
  148. v-if="isShowPermission && (platform === 'android')" />
  149. <IosUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission"
  150. v-else-if="isShowPermission && (platform === 'ios')" />
  151. </view>
  152. </view>
  153. </template>
  154. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  155. <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
  156. <script>
  157. var app = getApp();
  158. var config = require('@/common/config.js');
  159. var config_gyq = require('@/common/config_gyq.js');
  160. var common = require('@/common/common.js');
  161. var http = require('@/common/http.js');
  162. var request = require('@/common/request.js');
  163. var storage = require('@/common/storage.js');
  164. import Control from './components/control/control'
  165. import MapCard from './components/mapCard/mapCard'
  166. import UnleasedPages from './components/unleasedPages/unleasedPages'
  167. import CustomTabbar from '@/component/customTabbar/index';
  168. import BluetoothUnlockAuth from '../bluetoothUnlock/bluetoothUnlockAuth.vue'
  169. import AndroidUnlockAuth from './components/AndroidUnlockAuth.vue'
  170. import IosUnlockAuth from './components/IosUnlockAuth.vue'
  171. import {
  172. getFunctionTag,
  173. } from '@/common/storage.js';
  174. import permision from "@/js_sdk/wa-permission/permission.js"
  175. var bluetooth = require('@/common/bluetooth.js');
  176. export default {
  177. data() {
  178. return {
  179. isModel: false,
  180. isConnected: false,
  181. statusBarHeight: 0,
  182. newsList: {},
  183. img_list: [],
  184. isLogin: false,
  185. isOverdueShow: false,
  186. contrilList: [],
  187. isTrackOrAll: true,
  188. model_list: [],
  189. car_list: [], //用户车辆列表
  190. car_sn: '', //当前车辆编号
  191. isHideInduction: true,
  192. car_info: {
  193. exchange_package_info: {
  194. activity_time: 0
  195. }
  196. },
  197. platform: 'android', //手机型号
  198. isShowPermission: false, //是否打开权限弹窗
  199. statusBarHeight: 0,
  200. isBluethConnect: false, //当前是否蓝牙连接或者配对
  201. isOpenAllPermission: false, //所有蓝牙配对所需权限是否已开启
  202. };
  203. },
  204. computed: {},
  205. components: {
  206. Control,
  207. MapCard,
  208. CustomTabbar,
  209. UnleasedPages,
  210. BluetoothUnlockAuth,
  211. AndroidUnlockAuth,
  212. IosUnlockAuth
  213. },
  214. /**
  215. * 生命周期函数--监听页面加载
  216. */
  217. onLoad: function(options) {
  218. this.locationFn()
  219. this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 0
  220. let _this = this
  221. // #ifdef APP
  222. uni.getNetworkType({
  223. success: (res) => {
  224. if (res.networkType == 'none') {
  225. this.isConnected = false;
  226. } else {
  227. this.isConnected = true;
  228. }
  229. }
  230. });
  231. uni.onNetworkStatusChange((res) => {
  232. _this.isConnected = res.isConnected
  233. if (res.isConnected) {
  234. _this.init()
  235. }
  236. });
  237. // #endif
  238. // #ifndef APP
  239. this.isConnected = true
  240. _this.init()
  241. // #endif
  242. },
  243. /**
  244. * 生命周期函数--监听页面显示
  245. */
  246. onShow: function() {
  247. // #ifdef APP
  248. uni.getNetworkType({
  249. success: (res) => {
  250. if (res.networkType != 'none') {
  251. this.init()
  252. }
  253. }
  254. });
  255. // #endif
  256. // #ifndef APP
  257. this.init()
  258. // #endif
  259. },
  260. // 分享给好友
  261. onShareAppMessage: function(res) { //发送给朋友
  262. return {
  263. title: this.appConfig.app_name,
  264. path: 'pages/index/index',
  265. }
  266. },
  267. methods: {
  268. init() {
  269. this.loadModelList()
  270. this.contrilList = getFunctionTag().activeTag
  271. const user_token = storage.getUserToken()
  272. this.car_info = uni.getStorageSync('car_info') || {};
  273. this.isBluethConnect = app.globalData.connectionState[this.car_sn] && app.globalData.connectionState[this
  274. .car_sn].connected && app.globalData.nearLockCheck
  275. if (!user_token) return
  276. this.newsNumFn()
  277. this.isLogin = true
  278. this.loadUserCarList()
  279. // #ifdef APP
  280. //蓝牙配对所需权限 运行小程序需要隐藏
  281. // const permissionArr = permision.requestAndroidPermissions(this.platform)
  282. // console.log(permissionArr, 'permissionArr');
  283. // this.setData({
  284. // authStepList: permissionArr
  285. // })
  286. // permissionArr.map(item => {
  287. // if (!item.state) this.isOpenAllPermission = true
  288. // })
  289. // #endif
  290. // if (!this.car_info.car_sn) {
  291. // } else {
  292. // this.loadCarDetail(this.car_info.car_sn)
  293. // }
  294. },
  295. retry() {
  296. console.log('115555')
  297. },
  298. async newsNumFn() {
  299. let {
  300. data
  301. } = await request.postApi(config_gyq.API_FLK_MESSAGE_UNREAD_COUNT, {})
  302. if (data.code == 200) {
  303. this.newsList = data.data
  304. }
  305. },
  306. locationFn() {
  307. uni.getLocation({
  308. success(res) {
  309. let myLocation = {
  310. latitude: res.latitude,
  311. longitude: res.longitude,
  312. }
  313. storage.setUserCurrentLocation(myLocation)
  314. }
  315. })
  316. },
  317. changCar(e) {
  318. this.car_info = e
  319. },
  320. routerLink(url) {
  321. uni.navigateTo({
  322. url
  323. })
  324. },
  325. loadIsLogin() {
  326. uni.navigateTo({
  327. url: '/pages/loginRegister/login',
  328. })
  329. },
  330. toMoreInfoPage() {
  331. uni.navigateTo({
  332. url: '/pages/moreInfo/moreInfo',
  333. });
  334. },
  335. navTravelingTrack() {
  336. uni.navigateTo({
  337. url: '/pages/travelingTrack/travelingTrack?longitude=' + this.longitude + '&latitude=' + this
  338. .latitude,
  339. success: function(res) {},
  340. fail: function(res) {},
  341. complete: function(res) {}
  342. });
  343. },
  344. inductiveUnlockHandle() {
  345. uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
  346. // console.log(!this.isOpenAllPermission,this.isBluethConnect,'this.isBluethConnect');
  347. // if(this.isBluethConnect){
  348. // uni.navigateTo({ url: '/pages/bluetoothUnlock/unlockSet' })
  349. // }else{
  350. // if(!this.isOpenAllPermission){
  351. // common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
  352. // uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
  353. // }else{
  354. // this.setData({
  355. // isShowPermission:true,
  356. // })
  357. // }
  358. // }
  359. },
  360. closePermission() {
  361. this.setData({
  362. isShowPermission: false
  363. })
  364. },
  365. showInduction() {
  366. this.isHideInduction = true
  367. },
  368. loadModelList() {
  369. if (this.isModel) {
  370. return
  371. }
  372. this.isModel = true
  373. const me = this
  374. http.postApi(config.API_RECOMMEND_CAR_MODEL_LIST, {}, (resp) => {
  375. if (resp.data.code === 200) {
  376. const list = resp.data.data
  377. const img_list = resp.data.data.map(item => item.image)
  378. me.setData({
  379. model_list: list,
  380. img_list: img_list
  381. })
  382. } else {
  383. common.simpleToast(resp.data.msg);
  384. }
  385. })
  386. },
  387. srcFn(url) {
  388. uni.navigateTo({
  389. url: url
  390. });
  391. },
  392. navToPage(e) {
  393. const me = this
  394. const url = e.currentTarget.dataset.url;
  395. if (!url) {
  396. return;
  397. }
  398. uni.navigateTo({
  399. url: url
  400. });
  401. // if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 == 2) {
  402. // uni.navigateTo({
  403. // url: url
  404. // });
  405. // } else if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 != 2) {
  406. // uni.showModal({
  407. // title: '身份认证提示',
  408. // content: '尚未完成身份认证,是否进行身份认证?',
  409. // cancelText: '取消',
  410. // confirmText: '确定',
  411. // success: function(res) {
  412. // if (res.confirm) {
  413. // me.loadFaceToken()
  414. // }
  415. // },
  416. // fail: function(res) {},
  417. // complete: function(res) {},
  418. // })
  419. // } else {
  420. // uni.showModal({
  421. // title: '提示',
  422. // content: '您还未登录,请先登录',
  423. // showCancel: true,
  424. // cancelText: '取消',
  425. // confirmText: '确定',
  426. // success: function(res) {
  427. // if (res.confirm) {
  428. // //#ifdef MP-ALIPAY
  429. // uni.navigateTo({
  430. // url: '/pages/phoneLogin/phoneLogin',
  431. // })
  432. // //#endif
  433. // //#ifdef MP-WEIXIN
  434. // uni.navigateTo({
  435. // url: '/pages/login/login',
  436. // })
  437. // //#endif
  438. // }
  439. // },
  440. // fail: function(res) {},
  441. // complete: function(res) {},
  442. // })
  443. // }
  444. },
  445. loadUserCarList() {
  446. const me = this
  447. http.postApi(config.API_FLK_CAR_DEVICE_LIST, {}, (resp) => {
  448. if (resp.data.code === 200) {
  449. const list = resp.data.data.list
  450. let isCar = false
  451. let itemCar = {}
  452. for (let i = 0; i < list.length; i++) {
  453. let item = list[i];
  454. if (item.car_sn == this.car_info.car_sn) {
  455. isCar = true
  456. itemCar = item
  457. }
  458. }
  459. if (!isCar) {
  460. if (list.length > 0) {
  461. uni.removeStorageSync('car_info')
  462. me.setData({
  463. car_list: list,
  464. car_sn: list[0].car_sn || '',
  465. })
  466. me.loadCarDetail(list[0].car_sn)
  467. } else {
  468. uni.removeStorageSync('car_info')
  469. this.car_info = {}
  470. }
  471. } else {
  472. me.loadCarDetail(itemCar.car_sn)
  473. }
  474. } else {
  475. common.simpleToast(resp.data.msg);
  476. }
  477. })
  478. },
  479. loadCarDetail(car_sn) {
  480. const me = this
  481. http.postApi(config.API_FLK_CAR_DETAIL, {
  482. car_sn
  483. }, (resp) => {
  484. uni.hideLoading();
  485. if (resp.data.code === 200) {
  486. resp.data.data.car_sn = car_sn
  487. me.setData({
  488. car_info: resp.data.data,
  489. })
  490. uni.setStorageSync('car_info', this.car_info);
  491. console.log(this.car_info, 'this.car_info------------------');
  492. //判断逾期
  493. if (!resp.data.data.sold_time) return
  494. let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
  495. if (time > 0) {
  496. this.isOverdueShow = true
  497. this.car_info.hire_end_time = common.getTimeToDay(time)
  498. } else {
  499. this.isOverdueShow = false
  500. }
  501. } else {
  502. common.simpleToast(resp.data.msg);
  503. }
  504. })
  505. },
  506. navSwitchCar() {
  507. const me = this
  508. //如果租/购多个车辆的话可以切换当前车辆
  509. uni.navigateTo({
  510. url: `/pages/carList/carList?list=${encodeURIComponent(JSON.stringify(me.car_list))}&car_sn=${me.car_sn}`,
  511. })
  512. },
  513. formatDistance(distanceMeters) {
  514. // 判断距离是否超过1000米
  515. // let distanceMeters=Number(_distanceMeters)
  516. if (distanceMeters >= 1000) {
  517. // 如果超过1000米,则转换为千米并返回
  518. return (distanceMeters / 1000).toFixed(1);
  519. } else {
  520. // 否则直接返回米
  521. return distanceMeters.toFixed(0);
  522. }
  523. },
  524. }
  525. };
  526. </script>
  527. <style lang="scss" scoped>
  528. @import './index.css';
  529. .news {
  530. position: relative;
  531. margin-right: 20rpx;
  532. .num {
  533. position: absolute;
  534. right: -6rpx;
  535. top: -6rpx;
  536. min-width: 28rpx;
  537. height: 28rpx;
  538. font-size: 18rpx;
  539. display: flex;
  540. align-items: center;
  541. justify-content: center;
  542. color: #fff;
  543. line-height: 1;
  544. background-color: #FA2918;
  545. border-radius: 50%;
  546. }
  547. }
  548. </style>