index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  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.online==1&&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" @loadCarDetail="loadCarDetail"/>
  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. const app = getApp();
  270. this.loadModelList()
  271. this.contrilList = getFunctionTag().activeTag
  272. const user_token = storage.getUserToken()
  273. this.car_info = uni.getStorageSync('car_info') || {};
  274. console.log(this.car_info,'this.car_info');
  275. this.isBluethConnect = app.globalData.nearLockCheck
  276. if (!user_token) return
  277. this.newsNumFn()
  278. this.isLogin = true
  279. this.loadUserCarList()
  280. // #ifdef APP
  281. //蓝牙配对所需权限 运行小程序需要隐藏
  282. // const permissionArr = permision.requestAndroidPermissions(this.platform)
  283. // console.log(permissionArr, 'permissionArr');
  284. // this.setData({
  285. // authStepList: permissionArr
  286. // })
  287. // permissionArr.map(item => {
  288. // if (!item.state) this.isOpenAllPermission = true
  289. // })
  290. // #endif
  291. // if (!this.car_info.car_sn) {
  292. // } else {
  293. // this.loadCarDetail(this.car_info.car_sn)
  294. // }
  295. },
  296. retry() {
  297. console.log('115555')
  298. },
  299. async newsNumFn() {
  300. let {
  301. data
  302. } = await request.postApi(config_gyq.API_FLK_MESSAGE_UNREAD_COUNT, {})
  303. if (data.code == 200) {
  304. this.newsList = data.data
  305. }
  306. },
  307. locationFn() {
  308. uni.getLocation({
  309. success(res) {
  310. let myLocation = {
  311. latitude: res.latitude,
  312. longitude: res.longitude,
  313. }
  314. storage.setUserCurrentLocation(myLocation)
  315. }
  316. })
  317. },
  318. changCar(e) {
  319. this.car_info = e
  320. },
  321. routerLink(url) {
  322. uni.navigateTo({
  323. url
  324. })
  325. },
  326. loadIsLogin() {
  327. uni.navigateTo({
  328. url: '/pages/loginRegister/login',
  329. })
  330. },
  331. toMoreInfoPage() {
  332. uni.navigateTo({
  333. url: '/pages/moreInfo/moreInfo',
  334. });
  335. },
  336. navTravelingTrack() {
  337. uni.navigateTo({
  338. url: '/pages/travelingTrack/travelingTrack?longitude=' + this.longitude + '&latitude=' + this
  339. .latitude,
  340. success: function(res) {},
  341. fail: function(res) {},
  342. complete: function(res) {}
  343. });
  344. },
  345. inductiveUnlockHandle() {
  346. uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
  347. // console.log(!this.isOpenAllPermission,this.isBluethConnect,'this.isBluethConnect');
  348. // if(this.isBluethConnect){
  349. // uni.navigateTo({ url: '/pages/bluetoothUnlock/unlockSet' })
  350. // }else{
  351. // if(!this.isOpenAllPermission){
  352. // common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
  353. // uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
  354. // }else{
  355. // this.setData({
  356. // isShowPermission:true,
  357. // })
  358. // }
  359. // }
  360. },
  361. closePermission() {
  362. this.setData({
  363. isShowPermission: false
  364. })
  365. },
  366. showInduction() {
  367. this.isHideInduction = true
  368. },
  369. loadModelList() {
  370. if (this.isModel) {
  371. return
  372. }
  373. this.isModel = true
  374. const me = this
  375. http.postApi(config.API_RECOMMEND_CAR_MODEL_LIST, {}, (resp) => {
  376. if (resp.data.code === 200) {
  377. const list = resp.data.data
  378. const img_list = resp.data.data.map(item => item.image)
  379. me.setData({
  380. model_list: list,
  381. img_list: img_list
  382. })
  383. } else {
  384. common.simpleToast(resp.data.msg);
  385. }
  386. })
  387. },
  388. srcFn(url) {
  389. uni.navigateTo({
  390. url: url
  391. });
  392. },
  393. navToPage(e) {
  394. const me = this
  395. const url = e.currentTarget.dataset.url;
  396. if (!url) {
  397. return;
  398. }
  399. uni.navigateTo({
  400. url: url
  401. });
  402. // if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 == 2) {
  403. // uni.navigateTo({
  404. // url: url
  405. // });
  406. // } else if (me.userInfo.is_auth - 0 == 1 && me.userInfo.status - 0 != 2) {
  407. // uni.showModal({
  408. // title: '身份认证提示',
  409. // content: '尚未完成身份认证,是否进行身份认证?',
  410. // cancelText: '取消',
  411. // confirmText: '确定',
  412. // success: function(res) {
  413. // if (res.confirm) {
  414. // me.loadFaceToken()
  415. // }
  416. // },
  417. // fail: function(res) {},
  418. // complete: function(res) {},
  419. // })
  420. // } else {
  421. // uni.showModal({
  422. // title: '提示',
  423. // content: '您还未登录,请先登录',
  424. // showCancel: true,
  425. // cancelText: '取消',
  426. // confirmText: '确定',
  427. // success: function(res) {
  428. // if (res.confirm) {
  429. // //#ifdef MP-ALIPAY
  430. // uni.navigateTo({
  431. // url: '/pages/phoneLogin/phoneLogin',
  432. // })
  433. // //#endif
  434. // //#ifdef MP-WEIXIN
  435. // uni.navigateTo({
  436. // url: '/pages/login/login',
  437. // })
  438. // //#endif
  439. // }
  440. // },
  441. // fail: function(res) {},
  442. // complete: function(res) {},
  443. // })
  444. // }
  445. },
  446. loadUserCarList() {
  447. const me = this
  448. http.postApi(config.API_FLK_CAR_DEVICE_LIST, {}, (resp) => {
  449. if (resp.data.code === 200) {
  450. const list = resp.data.data.list
  451. let isCar = false
  452. let itemCar = {}
  453. for (let i = 0; i < list.length; i++) {
  454. let item = list[i];
  455. if (item.car_sn == this.car_info.car_sn) {
  456. isCar = true
  457. itemCar = item
  458. }
  459. }
  460. if (!isCar) {
  461. if (list.length > 0) {
  462. uni.removeStorageSync('car_info')
  463. me.setData({
  464. car_list: list,
  465. car_sn: list[0].car_sn || '',
  466. })
  467. me.loadCarDetail(list[0].car_sn)
  468. } else {
  469. uni.removeStorageSync('car_info')
  470. this.car_info = {}
  471. }
  472. } else {
  473. me.loadCarDetail(itemCar.car_sn)
  474. }
  475. } else {
  476. common.simpleToast(resp.data.msg);
  477. }
  478. })
  479. },
  480. loadCarDetail(car_sn) {
  481. const me = this
  482. http.postApi(config.API_FLK_CAR_DETAIL, {
  483. car_sn
  484. }, (resp) => {
  485. uni.hideLoading();
  486. if (resp.data.code === 200) {
  487. resp.data.data.car_sn = car_sn
  488. me.setData({
  489. car_info: resp.data.data,
  490. })
  491. uni.setStorageSync('car_info', this.car_info);
  492. console.log(this.car_info, 'this.car_info------------------');
  493. //判断逾期
  494. if (!resp.data.data.sold_time) return
  495. let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
  496. if (time > 0) {
  497. this.isOverdueShow = true
  498. this.car_info.hire_end_time = common.getTimeToDay(time)
  499. } else {
  500. this.isOverdueShow = false
  501. }
  502. } else {
  503. common.simpleToast(resp.data.msg);
  504. }
  505. })
  506. },
  507. navSwitchCar() {
  508. const me = this
  509. //如果租/购多个车辆的话可以切换当前车辆
  510. uni.navigateTo({
  511. url: `/pages/carList/carList?list=${encodeURIComponent(JSON.stringify(me.car_list))}&car_sn=${me.car_sn}`,
  512. })
  513. },
  514. formatDistance(distanceMeters) {
  515. // 判断距离是否超过1000米
  516. // let distanceMeters=Number(_distanceMeters)
  517. if (distanceMeters >= 1000) {
  518. // 如果超过1000米,则转换为千米并返回
  519. return (distanceMeters / 1000).toFixed(1);
  520. } else {
  521. // 否则直接返回米
  522. return distanceMeters.toFixed(0);
  523. }
  524. },
  525. }
  526. };
  527. </script>
  528. <style lang="scss" scoped>
  529. @import './index.css';
  530. .news {
  531. position: relative;
  532. margin-right: 20rpx;
  533. .num {
  534. position: absolute;
  535. right: -6rpx;
  536. top: -6rpx;
  537. min-width: 28rpx;
  538. height: 28rpx;
  539. font-size: 18rpx;
  540. display: flex;
  541. align-items: center;
  542. justify-content: center;
  543. color: #fff;
  544. line-height: 1;
  545. background-color: #FA2918;
  546. border-radius: 50%;
  547. }
  548. }
  549. </style>