index.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549
  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;">{{car_info.acc_state==1?$t("车辆已开机"): $t("车辆已关机")}} </text>
  60. <text v-if="car_info.heart_time != 0" style="margin-right: 10rpx;">{{$t("更新于")}} {{tools.formatTime( 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" @toBluetooth="inductiveUnlockHandle"/>
  66. <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']">
  67. <MapCard :car_info="car_info" :height="car_info.exchange_package_info && car_info.exchange_package_info.activity_time"/>
  68. <view class="card-right">
  69. <view class="card-bg" @tap="navTravelingTrack">
  70. <view class="flex-row flex-between card-top-title">
  71. <view class="flex-row align-center">
  72. <img style="width: 36rpx;height: 36rpx;"
  73. src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
  74. <text class="margin_l_8">{{isTrackOrAll?'最近骑行':'总里程'}}</text>
  75. </view>
  76. <view @tap.stop="isTrackOrAll=!isTrackOrAll"><img style="width: 24rpx;height: 20rpx;"
  77. src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
  78. </view>
  79. <view class="card-top-text">{{car_info.current_mail}}<text class="font_24">km</text></view>
  80. </view>
  81. <view v-if="car_info.exchange_package_info && car_info.exchange_package_info.activity_time" class="card-bg">
  82. <view class="flex-row card-top-title">
  83. <img style="width: 36rpx;height: 36rpx;"
  84. src="https://qiniu.bms16.com/FtalApKa3STyruaBxxRB4O9hHXyE" alt="">
  85. <text class="margin_l_8">{{$t("换电套餐")}}</text>
  86. </view>
  87. <view v-if="car_info.package_type == 1" class="card-top-text">
  88. {{calculateRemainingDays(car_info.exchange_package_info.expire_time)}} <text
  89. class="font_24">{{$t("天")}}</text>
  90. </view>
  91. <view v-if="car_info.package_type == 2" class=" card-top-text">{{item.last_num}} <text
  92. class="font_24">{{$t("次")}}</text></view>
  93. <view v-if="car_info.package_type == 3" class=" card-top-text">
  94. {{item.total_day}}{{$t("天")}}/{{item.last_num}} <text class="font_24">{{$t("次")}}</text>
  95. </view>
  96. </view>
  97. </view>
  98. </view>
  99. <view class="config-view">
  100. <view @tap="navToPage" class="flex-row config-car-view">
  101. <view class="margin_r_20"><img class="icon_style_64"
  102. src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
  103. <view class="flex-row config-text-view" @tap="inductiveUnlockHandle">
  104. <view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
  105. <view class="flex-row tip-text-config">{{isBluethConnect?$t("蓝牙配对成功"):$t("请先连接蓝牙")}}</view>
  106. </view>
  107. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  108. </view>
  109. <view @tap="navToPage" data-url="/pages/userManagement/userManagement"
  110. class="flex-row config-car-view">
  111. <view class="margin_r_20"><img class="icon_style_64"
  112. src="https://qiniu.bms16.com/FhKkijkN__9UzhYNgamBFSggIlYo" alt=""></view>
  113. <view class="flex-row config-text-view">
  114. <view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
  115. <view class="flex-row tip-text-config">{{car_info.share_num + $t("个家庭账号")}}</view>
  116. </view>
  117. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  118. </view>
  119. <view @click="srcFn(`/pages/deviceInfo/deviceInfo`)" class="flex-row config-car-view">
  120. <view class="margin_r_20"><img class="icon_style_64"
  121. src="https://qiniu.bms16.com/FsAg6mHEBJfbtpgIHBrDdNiPo1iH" alt=""></view>
  122. <view class="flex-row config-text-view">
  123. <view class="flex-row font_w_600">{{$t("设备信息")}}</view>
  124. <view class="flex-row tip-text-config">{{$t("软件版本") + (car_info.firmware||'')}}</view>
  125. </view>
  126. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm" alt="">
  127. </view>
  128. </view>
  129. <view style="height: 264rpx;"></view>
  130. </view>
  131. </block>
  132. <block v-else>
  133. <UnleasedPages :model_list="model_list" :img_list="img_list" />
  134. </block>
  135. <BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
  136. <CustomTabbar @changCar='changCar' curt-tab="home"/>
  137. <AndroidUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission" v-if="isShowPermission && (platform === 'android')" />
  138. <IosUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission" v-else-if="isShowPermission && (platform === 'ios')" />
  139. </view>
  140. </view>
  141. </template>
  142. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  143. <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
  144. <script>
  145. var app = getApp();
  146. var config = require('@/common/config.js');
  147. var config_gyq = require('@/common/config_gyq.js');
  148. var common = require('@/common/common.js');
  149. var http = require('@/common/http.js');
  150. var request = require('@/common/request.js');
  151. var storage = require('@/common/storage.js');
  152. import Control from './components/control/control'
  153. import MapCard from './components/mapCard/mapCard'
  154. import UnleasedPages from './components/unleasedPages/unleasedPages'
  155. import CustomTabbar from '@/component/customTabbar/index';
  156. import BluetoothUnlockAuth from '../bluetoothUnlock/bluetoothUnlockAuth.vue'
  157. import AndroidUnlockAuth from './components/AndroidUnlockAuth.vue'
  158. import IosUnlockAuth from './components/IosUnlockAuth.vue'
  159. import {
  160. getFunctionTag,
  161. } from '@/common/storage.js';
  162. import permision from "@/js_sdk/wa-permission/permission.js"
  163. var bluetooth = require('@/common/bluetooth.js');
  164. export default {
  165. data() {
  166. return {
  167. isModel:false,
  168. isConnected:false,
  169. statusBarHeight:0,
  170. newsList: {},
  171. img_list: [],
  172. isLogin: false,
  173. isOverdueShow: false,
  174. contrilList: [],
  175. isTrackOrAll: true,
  176. model_list: [],
  177. car_list: [], //用户车辆列表
  178. car_sn: '', //当前车辆编号
  179. isHideInduction: true,
  180. car_info: {
  181. exchange_package_info: {
  182. activity_time: 0
  183. }
  184. },
  185. platform:'android',//手机型号
  186. isShowPermission:false,//是否打开权限弹窗
  187. statusBarHeight:0,
  188. isBluethConnect:false, //当前是否蓝牙连接或者配对
  189. isOpenAllPermission: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. _this.init()
  223. }
  224. });
  225. // #endif
  226. // #ifndef APP
  227. this.isConnected = true
  228. _this.init()
  229. // #endif
  230. },
  231. /**
  232. * 生命周期函数--监听页面显示
  233. */
  234. onShow: function() {
  235. // #ifdef APP
  236. uni.getNetworkType({
  237. success: (res) => {
  238. if (res.networkType != 'none') {
  239. this.init()
  240. }
  241. }
  242. });
  243. // #endif
  244. // #ifndef APP
  245. this.init()
  246. // #endif
  247. },
  248. // 分享给好友
  249. onShareAppMessage: function(res) { //发送给朋友
  250. return {
  251. title: this.appConfig.app_name,
  252. path: 'pages/index/index',
  253. }
  254. },
  255. methods: {
  256. init(){
  257. this.loadModelList()
  258. this.contrilList = getFunctionTag().activeTag
  259. const user_token = storage.getUserToken()
  260. this.car_info = uni.getStorageSync('car_info') || {};
  261. this.isBluethConnect=app.globalData.connectionState[this.car_sn] && app.globalData.connectionState[this.car_sn].connected && app.globalData.nearLockCheck
  262. if(!user_token) return
  263. this.newsNumFn()
  264. this.isLogin = true
  265. this.loadUserCarList()
  266. //蓝牙配对所需权限 运行小程序需要隐藏
  267. // const permissionArr=permision.requestAndroidPermissions(this.platform)
  268. // console.log(permissionArr,'permissionArr');
  269. // this.setData({
  270. // authStepList:permissionArr
  271. // })
  272. // permissionArr.map(item=>{
  273. // if(!item.state) this.isOpenAllPermission=true
  274. // })
  275. // if (!this.car_info.car_sn) {
  276. // } else {
  277. // this.loadCarDetail(this.car_info.car_sn)
  278. // }
  279. },
  280. retry(){
  281. console.log('115555')
  282. },
  283. async newsNumFn() {
  284. let {
  285. data
  286. } = await request.postApi(config_gyq.API_FLK_MESSAGE_UNREAD_COUNT, {})
  287. if (data.code == 200) {
  288. this.newsList = data.data
  289. }
  290. },
  291. locationFn() {
  292. uni.getLocation({
  293. success(res) {
  294. let myLocation = {
  295. latitude: res.latitude,
  296. longitude: res.longitude,
  297. }
  298. storage.setUserCurrentLocation(myLocation)
  299. }
  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. me.setData({
  447. car_list: list,
  448. car_sn: list[0].car_sn || '',
  449. })
  450. me.loadCarDetail(list[0].car_sn)
  451. }
  452. }else{
  453. me.loadCarDetail(itemCar.car_sn)
  454. }
  455. } else {
  456. common.simpleToast(resp.data.msg);
  457. }
  458. })
  459. },
  460. loadCarDetail(car_sn) {
  461. const me = this
  462. http.postApi(config.API_FLK_CAR_DETAIL, {
  463. car_sn
  464. }, (resp) => {
  465. uni.hideLoading();
  466. if (resp.data.code === 200) {
  467. resp.data.data.car_sn = car_sn
  468. me.setData({
  469. car_info: resp.data.data,
  470. })
  471. uni.setStorageSync('car_info', this.car_info);
  472. console.log(this.car_info,'this.car_info------------------');
  473. //判断逾期
  474. if(!resp.data.data.sold_time) return
  475. let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
  476. if (time > 0) {
  477. this.isOverdueShow = true
  478. this.car_info.hire_end_time = common.getTimeToDay(time)
  479. } else {
  480. this.isOverdueShow = false
  481. }
  482. } else {
  483. common.simpleToast(resp.data.msg);
  484. }
  485. })
  486. },
  487. navSwitchCar() {
  488. const me = this
  489. //如果租/购多个车辆的话可以切换当前车辆
  490. uni.navigateTo({
  491. url: `/pages/carList/carList?list=${encodeURIComponent(JSON.stringify(me.car_list))}&car_sn=${me.car_sn}`,
  492. })
  493. },
  494. formatDistance(distanceMeters) {
  495. // 判断距离是否超过1000米
  496. // let distanceMeters=Number(_distanceMeters)
  497. if (distanceMeters >= 1000) {
  498. // 如果超过1000米,则转换为千米并返回
  499. return (distanceMeters / 1000).toFixed(1);
  500. } else {
  501. // 否则直接返回米
  502. return distanceMeters.toFixed(0);
  503. }
  504. },
  505. }
  506. };
  507. </script>
  508. <style lang="scss" scoped>
  509. @import './index.css';
  510. .news {
  511. position: relative;
  512. margin-right: 20rpx;
  513. .num {
  514. position: absolute;
  515. right: -6rpx;
  516. top: -6rpx;
  517. min-width: 28rpx;
  518. height: 28rpx;
  519. font-size: 18rpx;
  520. display: flex;
  521. align-items: center;
  522. justify-content: center;
  523. color: #fff;
  524. line-height: 1;
  525. background-color: #FA2918;
  526. border-radius: 50%;
  527. }
  528. }
  529. </style>