bluetoothPair.vue 12 KB

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