123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737 |
- <template>
- <view>
- <!-- #ifdef APP -->
- <u-no-network zIndex='9' @retry='retry'></u-no-network>
- <!-- #endif -->
- <view v-if="isConnected">
- <block v-if="isLogin && car_info.car_sn">
- <view class="container-view">
- <!-- #ifdef MP-WEIXIN -->
- <view :style="{height: `${statusBarHeight + 30}px`}"></view>
- <!-- #endif -->
- <!-- #ifdef APP -->
- <view :style="{height: `${statusBarHeight}px`}"></view>
- <!-- #endif -->
- <!-- <navBar type="index" /> -->
- <view class="flex-row flex-between align-center padding_about_40">
- <view class="car-name-view" @tap="navSwitchCar">
- <text class="text" style="margin-right: 10rpx;">{{car_info.car_name}}</text>
- <img src="https://qiniu.bms16.com/FoSXDpVGvbdmwbX3CMUBvR7X4IzI"
- style="width: 14rpx;height: 14rpx;" alt="">
- </view>
- <view @click="routerLink('/pages/message/index?isSys=0')" class="news">
- <view v-if="newsList.device_count > 0" class="num">
- {{ newsList.device_count}}
- </view>
- <image src="https://qiniu.bms16.com/FtlfBtBE5-TeTI5EdrciX_u8u_Sx"
- style="width: 48rpx;height: 48rpx;" mode=""></image>
- </view>
- </view>
- <view v-if="isOverdueShow" class="overdue-view flex-row flex-between">
- <view class="overdue-view-text flex-row">
- <text class="overdue-text-left">{{$t("您已逾期")}}
- <text class="overdue-num">
- <block v-if="car_info.hire_duration_time">
- {{car_info.hire_duration_time.day > 0 ? car_info.hire_duration_time.day :'' }}<text
- 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
- 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
- v-if="car_info.hire_duration_time.minute>0">{{$t("分")}}</text>
- </block>
- </text>
- </text>
- <text style="font-size: 24rpx;opacity: 0.5;">{{$t("请及时续费或归还车辆")}}</text>
- </view>
- <view @click="routerLink('/pages/order/order')" class="renew-btn">{{$t("去续费")}}</view>
- </view>
- <view class="car-img-view" >
- <view v-if="!car_info.sold_time" class="flex-row flex-between" style="align-items: center;">
- <text class="quantity flex-row">{{car_info.soc}} <text
- style="font-size: 28rpx;font-weight: 500;">%</text></text>
- <view @tap.stop="tapReturnCar" class="return-car-btn flex-row">
- <image style="width: 46rpx;height: 46rpx;" src="https://qiniu.bms16.com/FtyG7Gq2QBaVVrZmTnmZFzXhE5nN" mode=""></image>
- <view style="margin-left: 12rpx;">{{$t("我要还车")}}</view>
- </view>
- </view>
- <view class="quantity-view flex-row">
- <u-line-progress style="width: 100rpx;" active-color="#2ADA62" height="10"
- :show-percent="false" :percent="car_info.soc"></u-line-progress>
- <view class="quantity-text flex-row">
- <view style="font-weight:400;font-size: 22rpx;width: 44rpx;">{{$t("续航")}}</view>
- <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>
- </view>
- </view>
- <!-- <img :src="car_info.model_images||'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'" style="width: 100%;height: 526rpx;" alt=""> -->
- <!-- <img :src="'https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX'"
- style="width: 100%;height: 526rpx;" alt=""> -->
- <view class="custom-swiper-view">
- <u-swiper @click="toMoreInfoPage" :list="car_image" :autoplay="false" mode="none"
- :height="480" bgColor="transparent" class="custom-swiper">
- </u-swiper>
-
- </view>
-
- <view class="flex-row align-center update-time-view">
- <text style="margin-right: 10rpx;">{{car_info.online==1&&car_info.acc_state==1?$t("车辆已开机"): $t("车辆已关机")}} </text>
- <text v-if="car_info.heart_time != 0" style="margin-right: 10rpx;">{{$t("更新于")}} {{tools.formatTime( car_info.heart_time|| '')}}</text>
- <img v-if="isConnectBlueth" src="https://qiniu.bms16.com/FsL6XWGoIhfsVB7jRg6EGFVsuaTZ"
- :style="{width: '24rpx',height: '32rpx'}" alt="">
- </view>
- </view>
- <Control :contrilList="contrilList" @toBluetooth="inductiveUnlockHandle" @loadCarDetail="loadCarDetail" :isOverdueShow="isOverdueShow"/>
-
-
- <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']">
- <MapCard :car_info="car_info" :height="!!(car_info.exchange_package_info && car_info.exchange_package_info.activity_time)"/>
-
- <view class="card-right">
- <view class="card-bg" @tap="navTravelingTrack">
- <view class="flex-row flex-between card-top-title">
- <view class="flex-row align-center">
- <img style="width: 36rpx;height: 36rpx;"
- src="https://qiniu.bms16.com/FkrcMCV__HraZ0W0NBNdEZPIlwss" alt="">
- <text class="margin_l_8">{{isTrackOrAll?$t("最近骑行"):$t("总里程")}}</text>
- </view>
- <view @tap.stop="isTrackOrAll=!isTrackOrAll"><img
- style="width: 24rpx;height: 20rpx;"
- src="https://qiniu.bms16.com/FltPK-o7KGS3dQ2pfQHXGSxOdzaN" alt=""></view>
- </view>
- <view class="card-top-text">{{car_info.current_mail}}<text class="font_24">km</text>
- </view>
- </view>
-
- <view v-if="car_info.exchange_package_info && car_info.exchange_package_info.activity_time" class="card-bg">
- <view class="flex-row card-top-title">
- <img style="width: 36rpx;height: 36rpx;"
- src="https://qiniu.bms16.com/FtalApKa3STyruaBxxRB4O9hHXyE" alt="">
- <text class="margin_l_8">{{$t("换电套餐")}}</text>
- </view>
- <view v-if="car_info.package_type == 1" class="card-top-text">
- {{calculateRemainingDays(car_info.exchange_package_info.expire_time)}} <text
- class="font_24">{{$t("天")}}</text>
- </view>
- <view v-if="car_info.package_type == 2" class=" card-top-text">{{item.last_num}} <text
- class="font_24">{{$t("次")}}</text></view>
- <view v-if="car_info.package_type == 3" class=" card-top-text">
- {{item.total_day}}{{$t("天")}}/{{item.last_num}} <text
- class="font_24">{{$t("次")}}</text>
- </view>
- </view>
- </view>
- </view>
- <!-- <custom-switch :defaultPosition="'right'" :width="'400rpx'"
- :height="'96rpx'" v-model="switchValue" :fetchData="loadData"></custom-switch> -->
- <view class="config-view">
- <view @tap="navToPage" class="flex-row config-car-view">
- <view class="margin_r_20"><img class="icon_style_64"
- src="https://qiniu.bms16.com/Ftzyvs5whxDdMFksYChHaWKVb0Uk" alt=""></view>
- <view class="flex-row config-text-view" @tap="inductiveUnlockHandle">
- <view class="flex-row font_w_600">{{$t("感应解锁")}}</view>
- <view class="flex-row tip-text-config">{{isBluethConnect?$t("蓝牙配对成功"):$t("请先连接蓝牙")}}
- </view>
- </view>
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
- alt="">
- </view>
- <view @tap="navToPage" data-url="/pages/userManagement/userManagement"
- class="flex-row config-car-view">
- <view class="margin_r_20"><img class="icon_style_64"
- src="https://qiniu.bms16.com/FhKkijkN__9UzhYNgamBFSggIlYo" alt=""></view>
- <view class="flex-row config-text-view">
- <view class="flex-row font_w_600">{{$t("用车人管理")}}</view>
- <view class="flex-row tip-text-config">{{car_info.share_num + $t("个家庭账号")}}</view>
- </view>
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
- alt="">
- </view>
- <view @click="srcFn(`/pages/deviceInfo/deviceInfo`)" class="flex-row config-car-view">
- <view class="margin_r_20"><img class="icon_style_64"
- src="https://qiniu.bms16.com/FsAg6mHEBJfbtpgIHBrDdNiPo1iH" alt=""></view>
- <view class="flex-row config-text-view">
- <view class="flex-row font_w_600">{{$t("设备信息")}}</view>
- <view class="flex-row tip-text-config">{{$t("软件版本") + (car_info.firmware||'')}}</view>
- </view>
- <img class="icon_style_28" src="https://qiniu.bms16.com/FqnbZ2iKHmzCGJA8XD30sf5g_CAm"
- alt="">
- </view>
- </view>
- <view style="height: 264rpx;"></view>
- </view>
- </block>
- <block v-else>
- <UnleasedPages :model_list="model_list" :img_list="img_list" />
- </block>
- <BluetoothUnlockAuth ref="bluetoothUnlockAuth" />
- <CustomTabbar @changCar='changCar' curt-tab="home" />
- <AndroidUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission"
- v-if="isShowPermission && (platform === 'android')" />
- <IosUnlockAuth :authStepList="authStepList" :value="isShowPermission" @closePermission="closePermission"
- v-else-if="isShowPermission && (platform === 'ios')" />
- </view>
-
-
- <returnCar :isShowReturnCar="isShowReturnCar" typePage="index" @closeShowReturnCarBtn="()=>isShowReturnCar=false"
- @navStoreBtn="navStoreBtn" @immediatelyReturnBtn="immediatelyReturnBtn" />
- </view>
- </template>
- <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
- <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
- <script>
- var config = require('@/common/config.js');
- var config_gyq = require('@/common/config_gyq.js');
- var common = require('@/common/common.js');
- var http = require('@/common/http.js');
- var request = require('@/common/request.js');
- var storage = require('@/common/storage.js');
- import Control from './components/control/control'
- import MapCard from './components/mapCard/mapCard'
- import UnleasedPages from './components/unleasedPages/unleasedPages'
- import CustomTabbar from '@/component/customTabbar/index';
- import BluetoothUnlockAuth from '../bluetoothUnlock/bluetoothUnlockAuth.vue'
- import AndroidUnlockAuth from './components/AndroidUnlockAuth.vue'
- import IosUnlockAuth from './components/IosUnlockAuth.vue'
- import ReturnCar from '@/component/returnCar/returnCar';
-
- import {
- getFunctionTag,
- } from '@/common/storage.js';
- import permision from "@/js_sdk/wa-permission/permission.js"
- let bluetooth = require('@/common/bluetooth.js');
- export default {
- watch: {
- 'car_info.sar_sn'(newValue, oldValue) {
-
- }
- },
- data() {
- return {
- orderInfo:{},
- time:null,
- isModel: false,
- isConnected: false,
- statusBarHeight: 0,
- newsList: {},
- img_list: [],
- isLogin: false,
- isOverdueShow: false,
- contrilList: [],
- isTrackOrAll: true,
- model_list: [],
- car_list: [], //用户车辆列表
- car_sn: '', //当前车辆编号
- isHideInduction: true,
- car_info: {
- exchange_package_info: {
- activity_time: 0
- }
- },
- platform: 'android', //手机型号
- isShowPermission: false, //是否打开权限弹窗
- statusBarHeight: 0,
- isBluethConnect: false, //当前是否蓝牙连接或者配对
- isOpenAllPermission: false, //所有蓝牙配对所需权限是否已开启
- isShowReturnCar:false,
- overdueData:{},
- car_image:[],
- isConnectBlueth:false
- };
- },
- computed: {},
- components: {
- Control,
- MapCard,
- CustomTabbar,
- UnleasedPages,
- BluetoothUnlockAuth,
- AndroidUnlockAuth,
- IosUnlockAuth,
- ReturnCar
- },
- /**
- * 生命周期函数--监听页面加载
- */
- onLoad: function(options) {
- this.statusBarHeight = uni.getSystemInfoSync().statusBarHeight || 0
- let _this = this
- // #ifdef APP
- uni.getNetworkType({
- success: (res) => {
- if (res.networkType == 'none') {
- this.isConnected = false;
- } else {
- this.isConnected = true;
- }
- }
- });
- uni.onNetworkStatusChange((res) => {
- _this.isConnected = res.isConnected
- if (res.isConnected) {
- _this.init()
- }
- });
- // #endif
- // #ifndef APP
- this.isConnected = true
- _this.init()
- // #endif
- if('car_sn' in this.car_info){
- this.bluetoothClose()
- bluetooth.initBluetooth()
- }
- },
- /**
- * 生命周期函数--监听页面显示
- */
- onShow: function() {
- // #ifdef APP
- uni.getNetworkType({
- success: (res) => {
- if (res.networkType != 'none') {
- this.init()
- }
- }
- });
- // #endif
- // #ifndef APP
- this.init()
- // #endif
- },
-
- onHide(){
- this.clearIntervalTimer()
- },
- // 分享给好友
- onShareAppMessage: function(res) { //发送给朋友
- return {
- title: this.appConfig.app_name,
- path: 'pages/index/index',
- }
- },
- onUnload() {
- this.clearIntervalTimer()
- },
- methods: {
- clearIntervalTimer() {
- if (this.time == null) return
- clearInterval(this.time)
- this.time = null
- },
- init() {
- this.loadModelList()
- this.contrilList = getFunctionTag().activeTag
- const user_token = storage.getUserToken()
- this.car_info = uni.getStorageSync('car_info') || {};
- const app = getApp();
- this.isBluethConnect = app.globalData.nearLockCheck
- if (!user_token) return
- this.newsNumFn()
- this.isLogin = true
- this.loadUserCarList()
- // if(!this.time){
- // this.time = setInterval(()=>{
- // this.loadUserCarList()
- // },5000)
- // }
- // #ifdef APP
- //蓝牙配对所需权限 运行小程序需要隐藏
- // const permissionArr = permision.requestAndroidPermissions(this.platform)
- // console.log(permissionArr, 'permissionArr');
- // this.setData({
- // authStepList: permissionArr
- // })
- // permissionArr.map(item => {
- // if (!item.state) this.isOpenAllPermission = true
- // })
- // #endif
- // if (!this.car_info.car_sn) {
- // } else {
- // this.loadCarDetail(this.car_info.car_sn)
- // }
- },
- retry() {
-
- },
- async newsNumFn() {
- let {
- data
- } = await request.postApi(config_gyq.API_FLK_MESSAGE_UNREAD_COUNT, {})
- if (data.code == 200) {
- this.newsList = data.data
- }
- },
-
- changCar(e) {
- this.car_info = e
- },
- routerLink(url) {
- uni.navigateTo({
- url
- })
- },
- loadIsLogin() {
- uni.navigateTo({
- url: '/pages/loginRegister/login',
- })
- },
- toMoreInfoPage() {
- uni.navigateTo({
- url: '/pages/moreInfo/moreInfo',
- });
- },
- navTravelingTrack() {
- uni.navigateTo({
- url: '/pages/travelingTrack/travelingTrack?longitude=' + this.longitude + '&latitude=' + this
- .latitude,
- success: function(res) {},
- fail: function(res) {},
- complete: function(res) {}
- });
- },
- inductiveUnlockHandle() {
- uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
- // console.log(!this.isOpenAllPermission,this.isBluethConnect,'this.isBluethConnect');
- // if(this.isBluethConnect){
- // uni.navigateTo({ url: '/pages/bluetoothUnlock/unlockSet' })
- // }else{
- // if(!this.isOpenAllPermission){
- // common.simpleToast('所需权限开启成功,前往开启蓝牙配对...');
- // uni.navigateTo({ url: '/pages/bluetoothUnlock/bluetoothPair' })
- // }else{
- // this.setData({
- // isShowPermission:true,
- // })
- // }
- // }
- },
- closePermission() {
- this.setData({
- isShowPermission: false
- })
- },
- showInduction() {
- this.isHideInduction = true
- },
- loadModelList() {
- if (this.isModel) {
- return
- }
- this.isModel = true
- const me = this
- http.postApi(config.API_RECOMMEND_CAR_MODEL_LIST, {}, (resp) => {
- if (resp.data.code === 200) {
- const list = resp.data.data
- const img_list = resp.data.data.map(item => item.image)
- me.setData({
- model_list: list,
- img_list: img_list
- })
- } else {
- common.simpleToast(resp.data.msg);
- }
- })
- },
- srcFn(url) {
- uni.navigateTo({
- url: url
- });
- },
- navToPage(e) {
- const me = this
- const url = e.currentTarget.dataset.url;
- if (!url) {
- return;
- }
- uni.navigateTo({
- url: url
- });
- },
- loadUserCarList() {
- const me = this
- http.postApi(config.API_FLK_CAR_DEVICE_LIST, {}, (resp) => {
- if (resp.data.code === 200) {
- const list = resp.data.data.list
- let isCar = false
- let itemCar = {}
- for (let i = 0; i < list.length; i++) {
- let item = list[i];
- if (item.car_sn == this.car_info.car_sn) {
- isCar = true
- itemCar = item
- }
- }
- if (!isCar) {
- if (list.length > 0) {
- uni.removeStorageSync('car_info')
- me.setData({
- car_list: list,
- car_sn: list[0].car_sn || '',
- })
- me.loadCarDetail(list[0].car_sn)
- } else {
- uni.removeStorageSync('car_info')
- this.car_info = {}
- }
- } else {
- me.loadCarDetail(itemCar.car_sn)
- }
- } else {
- common.simpleToast(resp.data.msg);
- }
- })
- },
- loadCarDetail(car_sn) {
- const me = this
- http.postApi(config.API_FLK_CAR_DETAIL, {
- car_sn
- }, (resp) => {
- uni.hideLoading();
- if (resp.data.code === 200) {
- resp.data.data.car_sn = car_sn
- const _car_image=resp.data.data.model_images?resp.data.data.model_images.split(','):['https://qiniu.bms16.com/Fg8_p7083jpsy8BXG4bR6yMs7jQX']
- me.setData({
- car_info: resp.data.data,
- car_image:_car_image
- })
- uni.setStorageSync('car_info', this.car_info);
- const app=getApp()
- //车辆离线连接蓝牙
- console.log('me.car_info.online',me.car_info.online);
- if(me.car_info.online==1){
- me.loadBluetooth()
- }
- // this.isConnectBlueth=app.globalData.connectionState[this.car_info.car_sn]
- //判断逾期
- if (resp.data.data.sold_time) return
- let time = Math.ceil(resp.data.data.hire_end_time - Math.floor(new Date()) / 1000) / 60
- console.log(time,resp.data.data.hire_end_time,Math.floor(new Date()) / 1000);
- if (time <= 0) {
- this.isOverdueShow = true
- app.globalData.isOverdueShow=true
- this.car_info.hire_end_time = common.getTimeToDay(time)
- } else {
- this.isOverdueShow = false
- app.globalData.isOverdueShow=false
- }
- console.log('this.time',this.time);
-
- } else {
- // common.simpleToast(resp.data.msg);
- }
- })
- },
- navSwitchCar() {
- const me = this
- //如果租/购多个车辆的话可以切换当前车辆
- uni.navigateTo({
- url: `/pages/carList/carList?list=${encodeURIComponent(JSON.stringify(me.car_list))}&car_sn=${me.car_sn}`,
- })
- },
- formatDistance(distanceMeters) {
- console.log(distanceMeters,'distanceMeters');
- // 判断距离是否超过1000米
- // let distanceMeters=Number(_distanceMeters)
- if (distanceMeters >= 1000) {
- // 如果超过1000米,则转换为千米并返回
- return (distanceMeters / 1000).toFixed(1);
- } else {
- // 否则直接返回米
- try {
- return distanceMeters;
- } catch (error) {
- return 0;
- }
-
- }
- },
- navStoreBtn() {
- const {
- latitude,
- longitude,
- address,
- model_name
- } = this.car_info
- uni.openLocation({
- latitude: latitude - 0,
- longitude: longitude - 0,
- scale: 15,
- name: model_name,
- address: address,
- success: function(res) {}
- });
- },
- tapReturnCar() {
- this.overdueMoneyFn(this.car_info.car_sn)
- this.setData({
- isShowReturnCar: true
- })
- },
- //逾期费用计算
- async overdueMoneyFn(car_sn) {
- let {
- data
- } = await request.postApi(config_gyq.API_FLK_CAR_OVERDUE_MONEY, {
- car_sn
- })
- if (data.code == 200) {
- this.overdueData = data.data
- } else {
- common.simpleToast(data.msg)
- }
- },
- immediatelyReturnBtn() {
- const {
- car_sn,
- model_id
- } = this.car_info
- //提交还车图片
- uni.navigateTo({
- 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`
- });
- },
- bluetoothClose: function() {
- bluetooth.closeBluetoothAdapter();
- bluetooth.closeDevice(
- this.car_sn,
- () => {
- console.log(this.$t('关闭蓝牙连接'));
- // this.setData({
- // bt_loading: false
- // });
- },
- () => {}
- );
- bluetooth.offCharacteristicStateChange(this.car_info.car_sn, 'index');
- bluetooth.offConnectionStateChange(this.car_info.car_sn, 'index');
- },
- loadBluetooth() {
- const me = this;
- const third_device_type = this.car_info.third_device_type
- var device = {
- mac_id: this.car_info.car_sn,
- btid: this.car_info.car_sn,
- btkey: this.car_info.car_sn,
- bt_type: third_device_type,
- device_type: third_device_type,
- };
- const app=getApp()
- // app.globalData.connectionState={}
- //bluetooth.acceptDevice(device) 是否是蓝牙类型列表里面的
- if (bluetooth.acceptDevice(device)) {
- // 打开蓝牙连接
- bluetooth.openBluetoothAdapter((res) => {
- // common.loading()
- bluetooth.connectDevice(device, () => {
- //监听蓝牙设备连接状态变化事件
- bluetooth.onConnectionStateChange(device.mac_id, 'index', (res) => {
- console.log('蓝牙连接状态',res.connected);
- if (!res.connected) {
- // 蓝牙未连接
- // common.simpleToast('蓝牙连接断开',2000)
- me.isConnectBlueth=false
- } else {
- // common.simpleToast('蓝牙连接成功',2000)
- // 蓝牙已连接
- me.isConnectBlueth=true
- }
- });
-
- },
- (res) => {
- console.log('观察周围是否有其他骑手连接,请等待对方完成 或 微信是否开启了蓝牙权限',res,res.errCode);
- // var showContent = ""
- // if (res && ("errCode" in res)) {
- // if (res.errCode == 9000001) {
- // var showContent = "观察周围是否有其他骑手连接,请等待对方完成 或 微信是否开启了蓝牙权限!!"
- // } else {
- // var showContent = "连接失败,请尝试重新连接44444"+res.errCode
- // }
- // } else {
- // var showContent = "连接失败,请尝试重新连接55555"
- // }
- // uni.showModal({
- // title: this.$t('提示'),
- // confirmText: this.$t('重新连接'),
- // content: showContent,
- // success: function(res) {
- // if (res.confirm) {
- // setTimeout(()=>{
- // me.loadBluetooth();
- // },100)
- // } else {}
- // }
- // });
- },
- (res) => {
- // console.log('蓝牙未打开或请在右上角设置授权小程序使用蓝牙66666');
- uni.hideLoading();
- // uni.showModal({
- // title: this.$t('提示'),
- // confirmText: this.$t('我知道了'),
- // content: '蓝牙未打开或请在右上角设置授权小程序使用蓝牙66666',
- // success: function(res) {
- // if (res.confirm) {
- // me.loadBluetooth();
- // } else {}
- // }
- // });
- }
- );
- }, );
- } else {
- //蓝牙连接未成功
- // uni.hideLoading();
- // uni.showModal({
- // confirmText: this.$t('我知道了'),
- // content: this.$t('当前机柜未找到符合的蓝牙类型'),
- // showCancel: false,
- // title: this.$t('提示'),
- // complete: (res) => {}
- // });
- }
- },
-
- }
- };
- </script>
- <style lang="scss" scoped>
- @import './index.css';
- .header_view {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- background-color: #c4cad6;
- z-index: 999; /* 确保在最上层 */
- }
- .fillClass {}
- .news {
- position: relative;
- margin-right: 20rpx;
- .num {
- position: absolute;
- right: -6rpx;
- top: -6rpx;
- min-width: 28rpx;
- height: 28rpx;
- font-size: 18rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- color: #fff;
- line-height: 1;
- background-color: #FA2918;
- border-radius: 50%;
- z-index: 99;
- }
- }
- </style>
|