index.vue 15 KB

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