index.vue 17 KB

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