index.vue 24 KB

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