index.vue 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771
  1. <template>
  2. <view>
  3. <!-- #ifdef APP -->
  4. <u-no-network zIndex='9' @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. <view class="header_view">
  10. <!-- #ifdef MP-WEIXIN -->
  11. <view :style="{height: `${statusBarHeight + 30}px`}"></view>
  12. <!-- #endif -->
  13. <!-- #ifdef APP -->
  14. <view :style="{height: `${statusBarHeight}px`}"></view>
  15. <!-- #endif -->
  16. <!-- <navBar type="index" /> -->
  17. <view class="flex-row flex-between align-center padding_about_40">
  18. <view class="car-name-view" @tap="navSwitchCar">
  19. <text class="text" style="margin-right: 10rpx;">{{car_info.car_name}}</text>
  20. <img src="https://qiniu.bms16.com/FoSXDpVGvbdmwbX3CMUBvR7X4IzI"
  21. style="width: 14rpx;height: 14rpx;" alt="">
  22. </view>
  23. <view @click="routerLink('/pages/message/index?isSys=0')" class="news">
  24. <view v-if="newsList.device_count > 0" class="num">
  25. {{ newsList.device_count}}
  26. </view>
  27. <image src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx"
  28. style="width: 48rpx;height: 48rpx;" mode=""></image>
  29. </view>
  30. </view>
  31. </view>
  32. <view>
  33. <!-- #ifdef MP-WEIXIN -->
  34. <view :style="{height: `${statusBarHeight + 80}px`}"></view>
  35. <!-- #endif -->
  36. <!-- #ifdef APP -->
  37. <view :style="{height: `${statusBarHeight + 50}px`}"></view>
  38. <!-- #endif -->
  39. </view>
  40. <view v-if="isOverdueShow" class="overdue-view flex-row flex-between">
  41. <view class="overdue-view-text flex-row">
  42. <text class="overdue-text-left">{{$t("您已逾期")}}
  43. <text class="overdue-num">
  44. <block v-if="car_info.hire_duration_time">
  45. {{car_info.hire_duration_time.day > 0 ? car_info.hire_duration_time.day :'' }}<text
  46. v-if="car_info.hire_duration_time.day>0">{{$t("日")}}</text>{{car_info.hire_duration_time.hour > 0 ? car_info.hire_duration_time.hour :'' }}<text
  47. v-if="car_info.hire_duration_time.hour>0">{{$t("小时")}}</text>{{car_info.hire_duration_time.minute > 0 ? car_info.hire_duration_time.minute :'' }}<text
  48. v-if="car_info.hire_duration_time.minute>0">{{$t("分")}}</text>
  49. </block>
  50. </text>
  51. </text>
  52. <text style="font-size: 24rpx;opacity: 0.5;">{{$t("请及时续费或归还车辆")}}</text>
  53. </view>
  54. <view @click="$srcFn(`/pages/orderStatus/orderStatus?sub_sn=${this.car_info.sub_sn}`)" class="renew-btn">{{$t("去续费")}}</view>
  55. </view>
  56. <view class="car-img-view" >
  57. <view v-if="!car_info.sold_time" class="flex-row flex-between" style="align-items: center;">
  58. <text class="quantity flex-row">{{car_info.soc}} <text
  59. style="font-size: 28rpx;font-weight: 500;">%</text></text>
  60. <view @tap.stop="tapReturnCar" class="return-car-btn flex-row">
  61. <image style="width: 46rpx;height: 46rpx;" src="https://qiniu.bms16.com/FtyG7Gq2QBaVVrZmTnmZFzXhE5nN" mode=""></image>
  62. <view style="margin-left: 12rpx;">{{$t("我要还车")}}</view>
  63. </view>
  64. </view>
  65. <view class="quantity-view flex-row">
  66. <u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10"
  67. :show-percent="false" :percent="car_info.soc"></u-line-progress>
  68. <view class="quantity-text flex-row">
  69. <view style="font-weight:400;font-size: 22rpx;">{{$t("续航")}}</view>
  70. <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>
  71. </view>
  72. </view>
  73. <!-- <img :src="car_info.model_images||'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'" style="width: 100%;height: 526rpx;" alt=""> -->
  74. <!-- <img :src="'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'"
  75. style="width: 100%;height: 526rpx;" alt=""> -->
  76. <view class="custom-swiper-view">
  77. <u-swiper @click="toMoreInfoPage" :list="car_image" :autoplay="false" mode="none"
  78. :height="480" bgColor="transparent" class="custom-swiper">
  79. </u-swiper>
  80. </view>
  81. <view class="flex-row align-center update-time-view">
  82. <text style="margin-right: 10rpx;">{{car_info.online==1&&car_info.acc_state==1?$t("车辆已开机"): $t("车辆已关机")}} </text>
  83. <text v-if="car_info.heart_time != 0" style="margin-right: 10rpx;">{{$t("更新于")}} {{tools.formatTime( car_info.heart_time|| '')}}</text>
  84. <img v-if="isConnectBlueth" src="https://qiniu.bms16.com/FsL6XWGoIhfsVB7jRg6EGFVsuaTZ"
  85. :style="{width: '24rpx',height: '32rpx'}" alt="">
  86. </view>
  87. </view>
  88. <Control :contrilList="contrilList" :isConnectBlueth="isConnectBlueth" @toBluetooth="inductiveUnlockHandle" @loadCarDetail="loadCarDetail" :isOverdueShow="isOverdueShow"/>
  89. <view :class="['flex-row', 'flex-between', 'map-card-view',(car_info.is_share=='1'&&car_info.authority_list.indexOf('4') != -1)?'height_362':'height_260']">
  90. <MapCard v-if="(car_info.is_share=='1'&&car_info.authority_list.indexOf('4') != -1)" :isShowReturnCar='isShowReturnCar' :car_info="car_info" :height="(car_info.is_share=='1'&&car_info.authority_list.indexOf('4') != -1)"/>
  91. <view :class="['card-right',(car_info.is_share=='1'&&car_info.authority_list.indexOf('4') != -1)?'card-right-i':'']">
  92. <view class="card-bg" @tap="navTravelingTrack">
  93. <view class="flex-row flex-between card-top-title">
  94. <view class="flex-row align-center">
  95. <img style="width: 36rpx;height: 36rpx;"
  96. src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
  97. <text class="margin_l_8">{{isTrackOrAll?$t("最近骑行"):$t("总里程")}}</text>
  98. </view>
  99. <view @tap.stop="isTrackOrAll=!isTrackOrAll"><img
  100. style="width: 24rpx;height: 20rpx;"
  101. src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
  102. </view>
  103. <view class="card-top-text">{{isTrackOrAll?car_info.current_mail:car_info.total_mil}}<text class="font_24">km</text>
  104. </view>
  105. </view>
  106. <view :style="{'margin-left':(car_info.is_share=='1'&&car_info.authority_list.indexOf('4') != -1)?'0':'20rpx'}" class="card-bg">
  107. <view class="flex-row card-top-title">
  108. <img style="width: 36rpx;height: 36rpx;"
  109. src="https://qiniu.bms16.com/FtalApKa3STyruaBxxRB4O9hHXyE" alt="">
  110. <text class="margin_l_8">{{$t("换电套餐")}}</text>
  111. </view>
  112. <view v-if="car_info.exchange_package_info">
  113. <view v-if="car_info.exchange_package_info.package_type == 1" class="card-top-text">
  114. {{calculateRemainingDays(car_info.exchange_package_info.expire_time)}} <text
  115. class="font_24">{{$t("天")}}</text>
  116. </view>
  117. <view v-if="car_info.exchange_package_info.package_type == 2" class=" card-top-text">{{item.last_num}} <text
  118. class="font_24">{{$t("次")}}</text></view>
  119. <view v-if="car_info.exchange_package_info.package_type == 3" class=" card-top-text">
  120. {{item.total_day}}{{$t("天")}}/{{item.last_num}} <text
  121. class="font_24">{{$t("次")}}</text>
  122. </view>
  123. </view>
  124. <view v-else>
  125. <view style="font-size: 25rpx;">
  126. {{$t('暂无套餐')}}
  127. </view>
  128. </view>
  129. </view>
  130. </view>
  131. </view>
  132. <!-- <custom-switch :defaultPosition="'right'" :width="'400rpx'"
  133. :height="'96rpx'" v-model="switchValue" :fetchData="loadData"></custom-switch> -->
  134. <view class="config-view">
  135. <view @tap="inductiveUnlockHandle" class="flex-row config-car-view">
  136. <view class="margin_r_20"><img class="icon_style_64"
  137. src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
  138. <view class="flex-row config-text-view" >
  139. <view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
  140. <view class="flex-row tip-text-config">{{isBluethConnect?$t("蓝牙配对成功"):$t("请先连接蓝牙")}}
  141. </view>
  142. </view>
  143. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
  144. alt="">
  145. </view>
  146. <view @tap="navToUserPage" data-url="/pages/userManagement/userManagement"
  147. class="flex-row config-car-view">
  148. <view class="margin_r_20"><img class="icon_style_64"
  149. src="https://qiniu.bms16.com/FhKkijkN__9UzhYNgamBFSggIlYo" alt=""></view>
  150. <view class="flex-row config-text-view">
  151. <view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
  152. <view class="flex-row tip-text-config">{{car_info.share_num + $t("个家庭账号")}}</view>
  153. </view>
  154. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
  155. alt="">
  156. </view>
  157. <view @click="srcFn(`/pages/deviceInfo/deviceInfo`)" class="flex-row config-car-view">
  158. <view class="margin_r_20"><img class="icon_style_64"
  159. src="https://qiniu.bms16.com/FsAg6mHEBJfbtpgIHBrDdNiPo1iH" alt=""></view>
  160. <view class="flex-row config-text-view">
  161. <view class="flex-row font_w_600">{{$t("设备信息")}}</view>
  162. <view class="flex-row tip-text-config">{{$t("软件版本") + (car_info.firmware||'')}}</view>
  163. </view>
  164. <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
  165. alt="">
  166. </view>
  167. </view>
  168. <view style="height: 264rpx;"></view>
  169. </view>
  170. </block>
  171. <block v-else>
  172. <UnleasedPages :model_list="model_list" :img_list="img_list" />
  173. </block>
  174. <BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
  175. <CustomTabbar @changCar='changCar' curt-tab="home" />
  176. <AndroidUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission"
  177. v-if="isShowPermission && (platform === 'android')" />
  178. <IosUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission"
  179. v-else-if="isShowPermission && (platform === 'ios')" />
  180. </view>
  181. <returnCar :isShowReturnCar='isShowReturnCar' typePage="index" @closeShowReturnCarBtn="isShowReturnCar=false"
  182. @navStoreBtn="navStoreBtn" @immediatelyReturnBtn="immediatelyReturnBtn" />
  183. </view>
  184. </template>
  185. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  186. <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
  187. <script>
  188. var config = require('@/common/config.js');
  189. var config_gyq = require('@/common/config_gyq.js');
  190. var common = require('@/common/common.js');
  191. var http = require('@/common/http.js');
  192. var request = require('@/common/request.js');
  193. var storage = require('@/common/storage.js');
  194. import Control from './components/control/control'
  195. import MapCard from './components/mapCard/mapCard'
  196. import UnleasedPages from './components/unleasedPages/unleasedPages'
  197. import CustomTabbar from '@/component/customTabbar/index';
  198. import BluetoothUnlockAuth from '../bluetoothUnlock/bluetoothUnlockAuth.vue'
  199. import AndroidUnlockAuth from './components/AndroidUnlockAuth.vue'
  200. import IosUnlockAuth from './components/IosUnlockAuth.vue'
  201. import ReturnCar from '@/component/returnCar/returnCar';
  202. import {
  203. getFunctionTag,
  204. } from '@/common/storage.js';
  205. import permision from "@/js_sdk/wa-permission/permission.js"
  206. let bluetooth = require('@/common/bluetooth.js');
  207. export default {
  208. watch: {
  209. 'car_info.sar_sn'(newValue, oldValue) {
  210. }
  211. },
  212. data() {
  213. return {
  214. orderInfo:{},
  215. time:null,
  216. isModel: false,
  217. isConnected: false,
  218. statusBarHeight: 0,
  219. newsList: {},
  220. img_list: [],
  221. isLogin: false,
  222. isOverdueShow: false,
  223. contrilList: [],
  224. isTrackOrAll: true,
  225. model_list: [],
  226. car_list: [], //用户车辆列表
  227. car_sn: '', //当前车辆编号
  228. isHideInduction: true,
  229. car_info: {
  230. exchange_package_info: {
  231. activity_time: 0
  232. }
  233. },
  234. platform: 'android', //手机型号
  235. isShowPermission: false, //是否打开权限弹窗
  236. statusBarHeight: 0,
  237. isBluethConnect: false, //当前是否蓝牙连接或者配对
  238. isOpenAllPermission: false, //所有蓝牙配对所需权限是否已开启
  239. isShowReturnCar:false,
  240. overdueData:{},
  241. car_image:[],
  242. isConnectBlueth:false
  243. };
  244. },
  245. computed: {
  246. isShowMap(){
  247. const {exchange_package_info,authority_list,is_share}=this.car_info
  248. console.log(is_share=='1',authority_list,authority_list.indexOf(4) != -1,'123');
  249. //false 表示有地图
  250. return is_share=='1'&&authority_list.indexOf(4) != -1
  251. },
  252. isShowBatteryChange(){
  253. const {exchange_package_info,authority_list,is_share}=this.car_info
  254. return exchange_package_info && (exchange_package_info.activity_time!=0) &&is_share=='1'&&authority_list.indexOf(5) != -1
  255. },
  256. },
  257. components: {
  258. Control,
  259. MapCard,
  260. CustomTabbar,
  261. UnleasedPages,
  262. BluetoothUnlockAuth,
  263. AndroidUnlockAuth,
  264. IosUnlockAuth,
  265. ReturnCar
  266. },
  267. /**
  268. * 生命周期函数--监听页面加载
  269. */
  270. onLoad: function(options) {
  271. this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 0
  272. let _this = this
  273. // #ifdef APP
  274. uni.getNetworkType({
  275. success: (res) => {
  276. if (res.networkType == 'none') {
  277. this.isConnected = false;
  278. } else {
  279. this.isConnected = true;
  280. }
  281. }
  282. });
  283. uni.onNetworkStatusChange((res) => {
  284. _this.isConnected = res.isConnected
  285. if (res.isConnected) {
  286. _this.init()
  287. }
  288. });
  289. // #endif
  290. // #ifndef APP
  291. this.isConnected = true
  292. _this.init()
  293. // #endif
  294. if('car_sn' in this.car_info){
  295. this.bluetoothClose()
  296. bluetooth.initBluetooth()
  297. }
  298. },
  299. /**
  300. * 生命周期函数--监听页面显示
  301. */
  302. onShow: function() {
  303. // #ifdef APP
  304. uni.getNetworkType({
  305. success: (res) => {
  306. if (res.networkType != 'none') {
  307. this.init()
  308. }
  309. }
  310. });
  311. // #endif
  312. // #ifndef APP
  313. this.init()
  314. // #endif
  315. },
  316. onHide(){
  317. this.clearIntervalTimer()
  318. },
  319. // 分享给好友
  320. onShareAppMessage: function(res) { //发送给朋友
  321. return {
  322. title: this.appConfig.app_name,
  323. path: 'pages/index/index',
  324. }
  325. },
  326. onUnload() {
  327. this.clearIntervalTimer()
  328. },
  329. methods: {
  330. clearIntervalTimer() {
  331. if (this.time == null) return
  332. clearInterval(this.time)
  333. this.time = null
  334. },
  335. init() {
  336. this.loadModelList()
  337. this.contrilList = getFunctionTag().activeTag
  338. const user_token = storage.getUserToken()
  339. this.car_info = uni.getStorageSync('car_info') || {};
  340. const app = getApp();
  341. this.isBluethConnect = app.globalData.nearLockCheck
  342. if (!user_token) return
  343. this.newsNumFn()
  344. this.isLogin = true
  345. this.loadUserCarList()
  346. //蓝牙是否连接
  347. if('car_sn' in this.car_info && Object.keys(app.globalData.connectionState).length != 0){
  348. this.isConnectBlueth=app.globalData.connectionState[this.car_info.car_sn].connect
  349. }
  350. // #ifdef APP
  351. //蓝牙配对所需权限 运行小程序需要隐藏
  352. // const permissionArr = permision.requestAndroidPermissions(this.platform)
  353. // console.log(permissionArr, 'permissionArr');
  354. // this.setData({
  355. // authStepList: permissionArr
  356. // })
  357. // permissionArr.map(item => {
  358. // if (!item.state) this.isOpenAllPermission = true
  359. // })
  360. // #endif
  361. // if (!this.car_info.car_sn) {
  362. // } else {
  363. // this.loadCarDetail(this.car_info.car_sn)
  364. // }
  365. },
  366. retry() {
  367. },
  368. async newsNumFn() {
  369. let {
  370. data
  371. } = await request.postApi(config_gyq.API_FLK_MESSAGE_UNREAD_COUNT, {})
  372. if (data.code == 200) {
  373. this.newsList = data.data
  374. }
  375. },
  376. changCar(e) {
  377. this.car_info = e
  378. },
  379. routerLink(url) {
  380. uni.navigateTo({
  381. url
  382. })
  383. },
  384. loadIsLogin() {
  385. uni.navigateTo({
  386. url: '/pages/loginRegister/login',
  387. })
  388. },
  389. toMoreInfoPage() {
  390. uni.navigateTo({
  391. url: '/pages/moreInfo/moreInfo',
  392. });
  393. },
  394. navTravelingTrack() {
  395. uni.navigateTo({
  396. url: '/pages/travelingTrack/travelingTrack?longitude=' + this.longitude + '&latitude=' + this
  397. .latitude,
  398. success: function(res) {},
  399. fail: function(res) {},
  400. complete: function(res) {}
  401. });
  402. },
  403. inductiveUnlockHandle() {
  404. common.simpleToast(this.$t('敬请期待下次更新!'));
  405. // uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
  406. // console.log(!this.isOpenAllPermission,this.isBluethConnect,'this.isBluethConnect');
  407. // if(this.isBluethConnect){
  408. // uni.navigateTo({ url: '/pages/bluetoothUnlock/unlockSet' })
  409. // }else{
  410. // if(!this.isOpenAllPermission){
  411. // common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
  412. // uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
  413. // }else{
  414. // this.setData({
  415. // isShowPermission:true,
  416. // })
  417. // }
  418. // }
  419. },
  420. closePermission() {
  421. this.setData({
  422. isShowPermission: false
  423. })
  424. },
  425. showInduction() {
  426. this.isHideInduction = true
  427. },
  428. loadModelList() {
  429. if (this.isModel) {
  430. return
  431. }
  432. this.isModel = true
  433. const me = this
  434. http.postApi(config.API_RECOMMEND_CAR_MODEL_LIST, {}, (resp) => {
  435. if (resp.data.code === 200) {
  436. const list = resp.data.data
  437. const img_list = resp.data.data.map(item => item.image)
  438. me.setData({
  439. model_list: list,
  440. img_list: img_list
  441. })
  442. } else {
  443. common.simpleToast(resp.data.msg);
  444. }
  445. })
  446. },
  447. srcFn(url) {
  448. uni.navigateTo({
  449. url: url
  450. });
  451. },
  452. navToUserPage(e) {
  453. const me = this
  454. const url = e.currentTarget.dataset.url;
  455. if (!url) {
  456. return;
  457. }
  458. if(this.car_info.is_share==1){
  459. common.simpleToast(this.$t('您不是车主,不能进行此操作'));
  460. return
  461. }
  462. uni.navigateTo({
  463. url: url
  464. });
  465. },
  466. loadUserCarList() {
  467. const me = this
  468. http.postApi(config.API_FLK_CAR_DEVICE_LIST, {}, (resp) => {
  469. if (resp.data.code === 200) {
  470. const list = resp.data.data.list
  471. let isCar = false
  472. let itemCar = {}
  473. for (let i = 0; i < list.length; i++) {
  474. let item = list[i];
  475. if (item.car_sn == this.car_info.car_sn) {
  476. isCar = true
  477. itemCar = item
  478. }
  479. }
  480. if (!isCar) {
  481. if (list.length > 0) {
  482. uni.removeStorageSync('car_info')
  483. me.setData({
  484. car_list: list,
  485. car_sn: list[0].car_sn || '',
  486. })
  487. me.loadCarDetail(list[0].car_sn)
  488. } else {
  489. uni.removeStorageSync('car_info')
  490. this.car_info = {}
  491. }
  492. } else {
  493. me.loadCarDetail(itemCar.car_sn)
  494. }
  495. } else {
  496. common.simpleToast(resp.data.msg);
  497. }
  498. })
  499. },
  500. loadCarDetail(car_sn) {
  501. const me = this
  502. http.postApi(config.API_FLK_CAR_DETAIL, {
  503. car_sn
  504. }, (resp) => {
  505. uni.hideLoading();
  506. if (resp.data.code === 200) {
  507. resp.data.data.car_sn = car_sn
  508. const _car_image=resp.data.data.model_images?resp.data.data.model_images.split(','):['https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX']
  509. me.setData({
  510. car_info: resp.data.data,
  511. car_image:_car_image
  512. })
  513. uni.setStorageSync('car_info', this.car_info);
  514. const app=getApp()
  515. //车辆离线连接蓝牙
  516. console.log('me.car_info.online',me.car_info.online);
  517. if(me.car_info.online==0){
  518. me.loadBluetooth()
  519. }
  520. //判断逾期
  521. if (resp.data.data.sold_time) return
  522. let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
  523. if (time <= 0) {
  524. this.isOverdueShow = true
  525. app.globalData.isOverdueShow=true
  526. this.car_info.hire_end_time = common.getTimeToDay(time)
  527. } else {
  528. this.isOverdueShow = false
  529. app.globalData.isOverdueShow=false
  530. }
  531. console.log('this.time',this.time);
  532. } else {
  533. // common.simpleToast(resp.data.msg);
  534. }
  535. })
  536. },
  537. navSwitchCar() {
  538. const me = this
  539. //如果租/购多个车辆的话可以切换当前车辆
  540. uni.navigateTo({
  541. url: `/pages/carList/carList?list=${encodeURIComponent(JSON.stringify(me.car_list))}&car_sn=${me.car_sn}`,
  542. })
  543. },
  544. formatDistance(distanceMeters) {
  545. console.log(distanceMeters,'distanceMeters');
  546. // 判断距离是否超过1000米
  547. // let distanceMeters=Number(_distanceMeters)
  548. if (distanceMeters >= 1000) {
  549. // 如果超过1000米,则转换为千米并返回
  550. return (distanceMeters / 1000).toFixed(1);
  551. } else {
  552. // 否则直接返回米
  553. try {
  554. return distanceMeters;
  555. } catch (error) {
  556. return 0;
  557. }
  558. }
  559. },
  560. navStoreBtn() {
  561. const {
  562. latitude,
  563. longitude,
  564. address,
  565. model_name
  566. } = this.car_info
  567. uni.openLocation({
  568. latitude: latitude - 0,
  569. longitude: longitude - 0,
  570. scale: 15,
  571. name: model_name,
  572. address: address,
  573. success: function(res) {}
  574. });
  575. },
  576. tapReturnCar() {
  577. uni.navigateTo({ url: `/pages/orderStatus/orderStatus?sub_sn=${this.car_info.sub_sn}&isReturn=true` })
  578. // this.overdueMoneyFn(this.car_info.car_sn)
  579. // this.isShowReturnCar = true
  580. // console.log(this.isShowReturnCar)
  581. },
  582. //逾期费用计算
  583. async overdueMoneyFn(car_sn) {
  584. let {
  585. data
  586. } = await request.postApi(config_gyq.API_FLK_CAR_OVERDUE_MONEY, {
  587. car_sn
  588. })
  589. if (data.code == 200) {
  590. this.overdueData = data.data
  591. } else {
  592. common.simpleToast(data.msg)
  593. }
  594. },
  595. immediatelyReturnBtn() {
  596. const {
  597. car_sn,
  598. model_id
  599. } = this.car_info
  600. //提交还车图片
  601. uni.navigateTo({
  602. url: `/pages/activation/activation?isReturnCar=${true}&model_id=${model_id}&car_sn=${car_sn}&isOverdue=${this.isOverdueShow}&overdueMoney=${this.overdueData.money}&overdueTime=${this.overdueData.time}&type=index`
  603. });
  604. },
  605. bluetoothClose: function() {
  606. bluetooth.closeBluetoothAdapter();
  607. bluetooth.closeDevice(
  608. this.car_sn,
  609. () => {
  610. console.log(this.$t('关闭蓝牙连接'));
  611. // this.setData({
  612. // bt_loading: false
  613. // });
  614. },
  615. () => {}
  616. );
  617. bluetooth.offCharacteristicStateChange(this.car_info.car_sn, 'index');
  618. bluetooth.offConnectionStateChange(this.car_info.car_sn, 'index');
  619. },
  620. loadBluetooth() {
  621. const me = this;
  622. const third_device_type = this.car_info.third_device_type
  623. var device = {
  624. mac_id: this.car_info.car_sn,
  625. btid: this.car_info.car_sn,
  626. btkey: this.car_info.car_sn,
  627. bt_type: third_device_type,
  628. device_type: third_device_type,
  629. };
  630. const app=getApp()
  631. // app.globalData.connectionState={}
  632. //bluetooth.acceptDevice(device) 是否是蓝牙类型列表里面的
  633. if (bluetooth.acceptDevice(device)) {
  634. // 打开蓝牙连接
  635. bluetooth.openBluetoothAdapter((res) => {
  636. // common.loading()
  637. bluetooth.connectDevice(device, () => {
  638. //监听蓝牙设备连接状态变化事件
  639. bluetooth.onConnectionStateChange(device.mac_id, 'index', (res) => {
  640. console.log('蓝牙连接状态',res.connected);
  641. if (!res.connected) {
  642. // 蓝牙未连接
  643. // common.simpleToast('蓝牙连接断开',2000)
  644. me.isConnectBlueth=false
  645. } else {
  646. // common.simpleToast('蓝牙连接成功',2000)
  647. // 蓝牙已连接
  648. me.isConnectBlueth=true
  649. }
  650. });
  651. },
  652. (res) => {
  653. console.log('观察周围是否有其他骑手连接,请等待对方完成 或 微信是否开启了蓝牙权限',res,res.errCode);
  654. // var showContent = ""
  655. // if (res && ("errCode" in res)) {
  656. // if (res.errCode == 9000001) {
  657. // var showContent = "观察周围是否有其他骑手连接,请等待对方完成 或 微信是否开启了蓝牙权限!!"
  658. // } else {
  659. // var showContent = "连接失败,请尝试重新连接44444"+res.errCode
  660. // }
  661. // } else {
  662. // var showContent = "连接失败,请尝试重新连接55555"
  663. // }
  664. // uni.showModal({
  665. // title: this.$t('提示'),
  666. // confirmText: this.$t('重新连接'),
  667. // content: showContent,
  668. // success: function(res) {
  669. // if (res.confirm) {
  670. // setTimeout(()=>{
  671. // me.loadBluetooth();
  672. // },100)
  673. // } else {}
  674. // }
  675. // });
  676. },
  677. (res) => {
  678. // console.log('蓝牙未打开或请在右上角设置授权小程序使用蓝牙66666');
  679. uni.hideLoading();
  680. // uni.showModal({
  681. // title: this.$t('提示'),
  682. // confirmText: this.$t('我知道了'),
  683. // content: '蓝牙未打开或请在右上角设置授权小程序使用蓝牙66666',
  684. // success: function(res) {
  685. // if (res.confirm) {
  686. // me.loadBluetooth();
  687. // } else {}
  688. // }
  689. // });
  690. }
  691. );
  692. }, );
  693. } else {
  694. //蓝牙连接未成功
  695. // uni.hideLoading();
  696. // uni.showModal({
  697. // confirmText: this.$t('我知道了'),
  698. // content: this.$t('当前机柜未找到符合的蓝牙类型'),
  699. // showCancel: false,
  700. // title: this.$t('提示'),
  701. // complete: (res) => {}
  702. // });
  703. }
  704. },
  705. }
  706. };
  707. </script>
  708. <style lang="scss" scoped>
  709. @import './index.css';
  710. .header_view {
  711. position: fixed;
  712. top: 0;
  713. left: 0;
  714. width: 100%;
  715. background-color: #c4cad6;
  716. z-index: 999; /* 确保在最上层 */
  717. }
  718. .fillClass {}
  719. .news {
  720. position: relative;
  721. margin-right: 20rpx;
  722. .num {
  723. position: absolute;
  724. right: -6rpx;
  725. top: -6rpx;
  726. min-width: 28rpx;
  727. height: 28rpx;
  728. font-size: 18rpx;
  729. display: flex;
  730. align-items: center;
  731. justify-content: center;
  732. color: #fff;
  733. line-height: 1;
  734. background-color: #FA2918;
  735. border-radius: 50%;
  736. z-index: 99;
  737. }
  738. }
  739. </style>