index.vue 18 KB

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