bluetoothPair.vue 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406
  1. <template>
  2. <view class="bluetoothPair-page">
  3. <navBar name="开启感应解锁"></navBar>
  4. <view class="car-wrap">
  5. <view class="name">{{car_info.model_name}}</view>
  6. <image :src="QINIU_URL + 'Fi6CPKj4-raA86oizhL3PiXD4DkH'" class="car-img" />
  7. <view>
  8. <viwe class="pair-title">是否配对改设备</viwe>
  9. <view class="pair-options">
  10. <view class="btn cancle">取消</view>
  11. <view class="btn confirm">配对</view>
  12. </view>
  13. </view>
  14. </view>
  15. <view class="pair-desc">
  16. 点击下方 “ <text class="t">开始配对</text>”,请在系统弹窗中选择 “<text class="t">配对</text>”,以完成功能开启。
  17. </view>
  18. <view class="pair-tips">
  19. <view class="title">提示信息</view>
  20. <view class="text">使用感应解锁功能时,请务必保证手机蓝牙功能开启,在蓝牙列表中忽略此设备会导致感应解锁失败</view>
  21. </view>
  22. <!-- 测试指令!!!别删除 -->
  23. <view class="pair-btn" style="bottom: 240rpx;" @tap="nearCloseUnlockBtn">关闭靠近解锁</view>
  24. <!-- <view class="pair-btn" style="bottom: 240rpx;" @tap="nearTest">跳转解绑配对</view> -->
  25. <!-- <view class="pair-btn" style="bottom: 240rpx;" @tap="nearUnlockBtn">靠近解锁</view> -->
  26. <!-- <view class="pair-btn" style="bottom: 140rpx;" @tap="otaUpgrade">OTA升级</view> -->
  27. <view class="pair-btn" @tap="initiateBluetoothPairing">开始配对</view>
  28. <CenterDialog confirmText="配对" ref="centerDialog" />
  29. <!-- <Notice v-model="showNotice" title="感应解锁已开启" btnText="关闭" type="bluetoothPail" text='注意:请勿在手机蓝牙中忽略“电动车蓝牙02"设备,否则感应解锁功能将无法使用' /> -->
  30. </view>
  31. </template>
  32. <script>
  33. import {
  34. QINIU_URL
  35. } from '@/common/constant'
  36. import CenterDialog from '@/component/comPopup/CenterDialog.vue';
  37. import Notice from '@/component/comPopup/Notice.vue';
  38. var bluetooth = require('@/common/bluetooth.js');
  39. import permision from "@/js_sdk/wa-permission/permission.js"
  40. const DF_CAB_INFO_DONE = 10000; //机柜信息传输完成
  41. var config = require('../../common/config.js');
  42. var common = require('../../common/common.js');
  43. var http = require('../../common/http.js');
  44. var storage = require('../../common/storage.js');
  45. // const app = getApp({allowDefault: true})
  46. export default {
  47. components: {
  48. CenterDialog,
  49. Notice
  50. },
  51. data() {
  52. return {
  53. QINIU_URL,
  54. showNotice: false,
  55. // model_name:'',
  56. car_sn:'',
  57. car_info:{},
  58. isReconnecting: false // 新增标志位
  59. }
  60. },
  61. onLoad(){
  62. this.car_info= uni.getStorageSync('car_info')
  63. this.car_sn=this.car_info.car_sn
  64. // this.setData({
  65. // model_name,
  66. // car_sn
  67. // })
  68. // console.log(app,'app');
  69. // return
  70. // bluetooth.initBluetooth()
  71. // this.bluetoothClose()
  72. const isOpenBluetoothPermission=permision.checkBluetoothPermission()
  73. if(isOpenBluetoothPermission){
  74. //初始化 连接蓝牙 -下发配对指令 -会断开连接-直接再次连接 记得不要提示可以蓝牙断开连接
  75. //点击配对-连接蓝牙-调用配对-确认配对 取消 断开蓝牙 不走逻辑
  76. bluetooth.initBluetooth()
  77. this.bluetoothClose()
  78. }else{
  79. common.simpleToast('蓝牙未启用,请先打开蓝牙')
  80. }
  81. },
  82. methods: {
  83. otaUpgrade(){
  84. const me=this
  85. common.loading()
  86. console.log('开始升级');
  87. bluetooth.sendOTACommand(this.car_sn, (res) => {
  88. // uni.hideLoading();
  89. // console.log('结束?????');
  90. bluetooth.onConnectionStateChange(this.car_sn, 'index', (res) => {
  91. uni.hideLoading();
  92. if (!res.connected) {
  93. // 蓝牙未连接
  94. console.log('蓝牙连接断开11111');
  95. if(!res.connected){
  96. uni.showModal({
  97. title: '提示',
  98. confirmText: '重新连接',
  99. content: '蓝牙连接中断,是否重新连接?',
  100. success: function(res) {
  101. if (res.confirm) {
  102. me.loadBluetooth();
  103. } else {}
  104. }
  105. });
  106. }
  107. // common.simpleToast('蓝牙连接断开1111', 2000)
  108. } else {
  109. console.log('蓝牙连接成功2222');
  110. common.simpleToast('蓝牙连接成功', 2000)
  111. }
  112. });
  113. // if (!res.connected) {
  114. // // 蓝牙未连接
  115. // common.simpleToast('蓝牙连接断开1111', 2000)
  116. // } else {
  117. // common.simpleToast('蓝牙连接成功2222', 2000)
  118. // }
  119. });
  120. },
  121. initiateBluetoothPairing() {
  122. const deviceName = '电动车蓝牙';
  123. const pairingCode = '1234567890';
  124. // this.$refs.centerDialog.open({
  125. // title: '蓝牙配对请求',
  126. // content: `<span style="color:#060809;font-weight:bold">${deviceName}</span>
  127. // 想与您配对,请确保显示的配对密钥为
  128. // <span style="color:#060809;font-weight:bold">${pairingCode}</span>`
  129. // });
  130. this.loadBluetooth()
  131. },
  132. bluetoothClose: function() {
  133. console.log(11112222);
  134. bluetooth.closeBluetoothAdapter();
  135. bluetooth.closeDevice(
  136. this.car_sn,
  137. () => {
  138. console.log('关闭蓝牙连接');
  139. // this.setData({
  140. // bt_loading: false
  141. // });
  142. },
  143. () => {}
  144. );
  145. bluetooth.offCharacteristicStateChange(this.car_sn, 'index');
  146. bluetooth.offConnectionStateChange(this.car_sn, 'index');
  147. },
  148. switchNormal(){
  149. const me=this
  150. const app=getApp()
  151. app.globalData.connectionState={}
  152. bluetooth.sendSwitchNormalCommand(this.car_sn, (res) => {
  153. // uni.hideLoading();
  154. console.log(res,'sendSwitchNormalCommand 切换正常工厂模式');
  155. //切换工厂模式以后蓝牙断开 重新连接蓝牙
  156. console.log(app.globalData,'app.globalData');
  157. me.loadBluetooth()
  158. // if (!res.connected) {
  159. // // 蓝牙未连接
  160. // common.simpleToast('蓝牙连接断开1111', 2000)
  161. // } else {
  162. // common.simpleToast('蓝牙连接成功2222', 2000)
  163. // }
  164. });
  165. },
  166. nearUnlockBtn(){
  167. bluetooth.nearUnlock(this.car_sn, (res) => {
  168. console.log('接近解锁下发成功');
  169. });
  170. },
  171. nearCloseUnlockBtn(){
  172. bluetooth.nearCloseUnlock(this.car_sn, (res) => {
  173. console.log('接近解锁下发成功');
  174. });
  175. },
  176. isBluetoothLock(mac_id){
  177. // if()
  178. bluetooth.getNearUnlockSet(mac_id, 'index',(res)=>{
  179. //下发打开接近解锁指令
  180. console.log('获取接近解锁下发成功');
  181. })
  182. },
  183. loadBluetooth() {
  184. const me = this;
  185. const third_device_type = this.car_info.third_device_type
  186. console.log(third_device_type,'third_device_type');
  187. var device = {
  188. mac_id: this.car_sn,
  189. btid: this.car_sn,
  190. btkey: this.car_sn,
  191. bt_type: third_device_type,
  192. device_type: third_device_type,
  193. // bt_type: 'ZXCAR',
  194. // device_type: 'ZXCAR'
  195. };
  196. const app=getApp()
  197. app.globalData.connectionState={}
  198. //bluetooth.acceptDevice(device) 是否是蓝牙类型列表里面的
  199. if (bluetooth.acceptDevice(device)) {
  200. // 打开蓝牙连接
  201. bluetooth.openBluetoothAdapter((res) => {
  202. common.loading()
  203. bluetooth.connectDevice(device, () => {
  204. // bluetooth.getNearUnlockSet(device.mac_id,)
  205. // uni.hideLoading();
  206. //监听蓝牙设备连接状态变化事件
  207. bluetooth.onConnectionStateChange(device.mac_id, 'index', (res) => {
  208. if (!res.connected &&!('lockType' in app.globalData.nearLockInfo)) {
  209. // 蓝牙连接断开
  210. console.log('蓝牙连接断开');
  211. if (!me.isReconnecting) { // 检查标志位
  212. me.isReconnecting = true; // 设置标志位
  213. setTimeout(() => {
  214. me.loadBluetooth();
  215. me.isReconnecting = false; // 重置标志位
  216. }, 100);
  217. }
  218. } else {
  219. console.log('蓝牙连接成功');
  220. // uni.hideLoading();
  221. me.isBluetoothLock(device.mac_id)
  222. }
  223. });
  224. },
  225. (res) => {
  226. console.log('观察周围是否有其他骑手连接,请等待对方完成 或 微信是否开启了蓝牙权限',res,res.errCode);
  227. uni.hideLoading();
  228. // var showContent = ""
  229. // if (res && ("errCode" in res)) {
  230. // if (res.errCode == 9000001) {
  231. // var showContent = "观察周围是否有其他骑手连接,请等待对方完成 或 微信是否开启了蓝牙权限!!"
  232. // } else {
  233. // var showContent = "连接失败,请尝试重新连接44444"+res.errCode
  234. // }
  235. // } else {
  236. // var showContent = "连接失败,请尝试重新连接55555"
  237. // }
  238. // uni.showModal({
  239. // title: '提示',
  240. // confirmText: '重新连接',
  241. // content: showContent,
  242. // success: function(res) {
  243. // if (res.confirm) {
  244. // setTimeout(()=>{
  245. // me.loadBluetooth();
  246. // },100)
  247. // } else {}
  248. // }
  249. // });
  250. },
  251. (res) => {
  252. // console.log('蓝牙未打开或请在右上角设置授权小程序使用蓝牙66666');
  253. uni.hideLoading();
  254. uni.showModal({
  255. title: '提示',
  256. confirmText: '我知道了',
  257. content: '蓝牙未打开或请在右上角设置授权小程序使用蓝牙66666',
  258. success: function(res) {
  259. if (res.confirm) {
  260. me.loadBluetooth();
  261. } else {}
  262. }
  263. });
  264. }
  265. );
  266. }, );
  267. } else {
  268. //蓝牙连接未成功
  269. console.log('当前机柜未找到符合的蓝牙类型');
  270. uni.hideLoading();
  271. // uni.showModal({
  272. // confirmText: '我知道了',
  273. // content: '当前机柜未找到符合的蓝牙类型',
  274. // showCancel: false,
  275. // title: '提示',
  276. // complete: (res) => {}
  277. // });
  278. }
  279. },
  280. nearTest(){
  281. uni.navigateTo({
  282. url:'/pages/bluetoothUnlock/unlockSet'
  283. })
  284. }
  285. }
  286. }
  287. </script>
  288. <style lang="scss" scoped>
  289. .bluetoothPair-page {
  290. padding: 56rpx 32rpx 48rpx;
  291. .car-wrap {
  292. width: 100%;
  293. background: #F1F3F4;
  294. border-radius: 32rpx;
  295. padding: 48rpx 32rpx 32rpx;
  296. text-align: center;
  297. .name {
  298. color: #060809;
  299. font-size: 32rpx;
  300. font-weight: bold;
  301. }
  302. .car-img {
  303. width: 480rpx;
  304. height: 324rpx;
  305. margin: 48rpx auto;
  306. display: block;
  307. }
  308. .pair-title {
  309. font-family: PingFangSC, PingFang SC;
  310. font-weight: 400;
  311. font-size: 24rpx;
  312. color: #060809;
  313. }
  314. .pair-options {
  315. margin-top: 30rpx;
  316. display: flex;
  317. justify-content: space-between;
  318. .btn {
  319. width: 302rpx;
  320. height: 80rpx;
  321. border-radius: 40rpx;
  322. display: flex;
  323. align-items: center;
  324. justify-content: center;
  325. font-size: 32rpx;
  326. &.cancle {
  327. color: #060809;
  328. background: #E4E8E9;
  329. }
  330. &.confirm {
  331. color: #FFFFFF;
  332. background: #060809;
  333. }
  334. }
  335. }
  336. }
  337. .pair-desc {
  338. font-family: PingFangSC, PingFang SC;
  339. font-weight: 400;
  340. font-size: 24rpx;
  341. color: #828DA2;
  342. text-align: left;
  343. margin: 24rpx 0 48rpx;
  344. .t {
  345. color: #060809;
  346. }
  347. }
  348. .pair-tips {
  349. .title {
  350. font-weight: 500;
  351. font-size: 32rpx;
  352. color: #060809;
  353. margin-bottom: 20rpx;
  354. }
  355. .text {
  356. font-weight: 400;
  357. font-size: 24rpx;
  358. color: #828DA2;
  359. }
  360. }
  361. .pair-btn {
  362. position: absolute;
  363. width: 91%;
  364. bottom: 48rpx;
  365. height: 80rpx;
  366. background: #060809;
  367. border-radius: 40rpx;
  368. display: flex;
  369. align-items: center;
  370. justify-content: center;
  371. font-size: 32rpx;
  372. color: #FFFFFF;
  373. &:active {
  374. opacity: .7;
  375. }
  376. }
  377. }
  378. </style>