scanBtn.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650
  1. <template>
  2. <view class="container-view">
  3. <view class="cabinet-bottom">
  4. <view @tap="navToGuild" class="guide-view flex-row">
  5. <img class="battery-img" src="https://qiniu.bms16.com/FkJlBRAxbGzR85wOO8WB_bAUTp-i" alt="">
  6. <view class="guide-text">电池换电指南</view>
  7. <img class="arrow-img" src="https://qiniu.bms16.com/FtC9Hb8y1QEOidsI2UySz85iUQHy" alt="">
  8. </view>
  9. <view class="scan-btn-view">
  10. <view v-if="num>0" class="free-num-view">
  11. 免费换电<text class="free-num"> {{num}} </text>次
  12. </view>
  13. <view @tap="sacnBtn" class="scan-btn"><text>扫码换电</text></view>
  14. </view>
  15. </view>
  16. <!-- 购买换电次数弹窗 -->
  17. <view v-if="isShowToBuy" class="modal-group">
  18. <view class="fee-rules-main">
  19. <view class="fee-rules-top flex-row">
  20. <view @tap="claseShowToBuy" class="fee-rules-close">
  21. <img class="close-icon" src="https://qiniu.bms16.com/FtoTEHOJiUf_gjPCJGGHMsAtHI5M" alt="">
  22. </view>
  23. <view class="pay-moneu-view">
  24. <view class="pay-money-text">付款金额/¥</view>
  25. <view class="pay-money">{{free_price}}</view>
  26. </view>
  27. </view>
  28. <view class="fee-rules-view">
  29. <view class="fee-rules flex-row flex-between">
  30. <view class="fee-rules-title flex-row">
  31. <img class="fee-rules-icon" src="https://qiniu.bms16.com/FjJ70vT8ydLEGfeABSFYWFe-zosV"
  32. alt="">
  33. <text style="margin-left:16rpx;">换电收费规则</text>
  34. </view>
  35. <view class="fee-rules-money-view">
  36. <text class="fee-rules-money">¥{{free_price}}</text>
  37. <text>/1次</text>
  38. </view>
  39. </view>
  40. <view class="open-result-tip">您的免费换电次数已用完,后续换电需要支付</view>
  41. </view>
  42. <view class="pay-type-view">
  43. <!-- #ifdef MP-WEIXIN -->
  44. <view class="pay-view flex-row">
  45. <img class="pay-icon" src="https://qiniu.bms16.com/FkmtlfJrmGfAh9n1138KC1WloQkZ" alt="">
  46. <view class="pay-view-text">微信支付</view>
  47. <img @tap="changePayType" :data-type="0" class="wx-pay-icon"
  48. :src="payType==0?'https://qiniu.bms16.com/FhWimtmWybKlYMB6mgIReVWArbfq':'https://qiniu.bms16.com/FkmDjxBNZhFGFU5inza2usdtDlX8'"
  49. alt="">
  50. </view>
  51. <!-- #endif -->
  52. <!-- #ifdef MP-ALIPAY-->
  53. <view class="pay-view flex-row">
  54. <img class="pay-icon" src="https://qiniu.bms16.com/Fk4YmG_RbdH0LNo1s8qHKDtpCTXl" alt="">
  55. <view class="pay-view-text">支付宝支付</view>
  56. <img @tap="changePayType" :data-type="2" class="wx-pay-icon"
  57. :src="payType==2?'https://qiniu.bms16.com/FhWimtmWybKlYMB6mgIReVWArbfq':'https://qiniu.bms16.com/FkmDjxBNZhFGFU5inza2usdtDlX8'"
  58. alt="">
  59. </view>
  60. <!-- #endif -->
  61. <view class="pay-view flex-row">
  62. <img class="pay-icon" src=" https://qiniu.bms16.com/FiGNLQ5lqhEK5im_mUVgRrE8PJMB" alt="">
  63. <view class="pay-view-text">钱包余额支付(¥{{wallet_money}})</view>
  64. <img @tap="changePayType" :data-type="9" class="wx-pay-icon"
  65. :src="payType==9?'https://qiniu.bms16.com/FhWimtmWybKlYMB6mgIReVWArbfq':'https://qiniu.bms16.com/FkmDjxBNZhFGFU5inza2usdtDlX8'"
  66. alt="">
  67. </view>
  68. </view>
  69. <view class="over-btn-view">
  70. <view class="over-btn flex-row" @tap="toPayOrFreeExchange">立即支付</view>
  71. </view>
  72. </view>
  73. </view>
  74. <!-- 打开蓝牙连接弹窗 -->
  75. <view v-if="isOpenBluetooth" class="modal-group">
  76. <view class="def-alert-bluetooth">
  77. <view class="close-view flex-row"><img @tap="close" class="close-icon"
  78. src="https://qiniu.bms16.com/FtoTEHOJiUf_gjPCJGGHMsAtHI5M" alt=""></view>
  79. <view class="bluetooth-view flex-row"><img class="bluetooth-icon"
  80. src="https://qiniu.bms16.com/FjWK8ZBtxCmspiOtHJWrNEoPRA0M" alt=""></view>
  81. <view class="need-bluetooth-text">本次换电需要连接蓝牙</view>
  82. <view class="need-bluetooth-tip">请开启手机蓝牙,点击 (蓝牙换电) 按钮</view>
  83. <view class="bluetooth-connect-view">
  84. <view class="bluetooth-connect-btn" @tap="tapOpenBluetooth">蓝牙换电</view>
  85. </view>
  86. </view>
  87. </view>
  88. </view>
  89. </template>
  90. <script>
  91. var http = require('../../common/http.js');
  92. var config = require('../../common/config.js');
  93. var common = require('../../common/common.js');
  94. var storage = require('../../common/storage.js')
  95. var user = require('../../common/user.js');
  96. var bluetooth = require('../../common/bluetooth.js');
  97. const DF_CAB_INFO_DONE = 10000; //机柜信息传输完成
  98. export default {
  99. props: {
  100. car_info: {
  101. type: Array,
  102. required: true //必填项
  103. },
  104. },
  105. data() {
  106. return {
  107. blueInfo:{},//连接蓝牙需要数据
  108. isBluetooth:false,//缓存蓝牙连接状态
  109. cabinetInfo:{},//机柜信息
  110. num:0,//免费换电次数
  111. payType:0,//支付方式
  112. scan_dev_id:'',//扫码机柜编号
  113. online_status:'',//机柜在线状态
  114. isOpenBluetooth:false,
  115. license_plate_number:'',
  116. isShowToBuy:false,
  117. wallet_money:0,
  118. payResp:{},
  119. myLocation:{},
  120. orderInfo:{},
  121. carInfo:{}
  122. }
  123. }
  124. /**
  125. * 生命周期函数--监听页面加载
  126. */
  127. ,
  128. mounted: function(options) {
  129. console.log(454444)
  130. const car_list = uni.getStorageSync('user_car_list') || null
  131. const storedLocation = uni.getStorageSync('user_current_location');
  132. if (car_list){
  133. this.license_plate_number=car_list.plate_number
  134. this.carInfo=car_list
  135. }
  136. if (storedLocation && storedLocation.longitude && storedLocation.latitude) {
  137. // 如果本地有存储的定位信息,则直接使用
  138. this.setData({
  139. myLocation: storedLocation,
  140. license_plate_number:car_list.plate_number
  141. });
  142. }
  143. //#ifdef MP-ALIPAY
  144. this.payType=2
  145. //#endif
  146. //#ifdef MP-WEIXIN
  147. this.payType=0
  148. //#endif
  149. bluetooth.initBluetooth()
  150. this.bluetoothClose()
  151. this.loadExchangeInfo()
  152. },
  153. /**
  154. * 生命周期函数--监听页面显示
  155. */
  156. onShow: function() {
  157. },
  158. methods: {
  159. navToGuild() {
  160. uni.navigateTo({
  161. url: '/pages/exchangeGuide/exchangeGuide'
  162. });
  163. },
  164. sacnBtn() {
  165. const me = this
  166. uni.scanCode({
  167. onlyFromCamera: true,
  168. scanType: [],
  169. success: function(res) {
  170. var cabinet_dev_id = '';
  171. me.loadGeneralQRData(res)
  172. if ('path' in res && res.path) {
  173. if (res.path.split('%26devid%3D').length > 1) {
  174. cabinet_dev_id = res.path.split('%26devid%3D')[1].split('%26')[0];
  175. } else if (res.path.split('&devid=').length > 1) {
  176. cabinet_dev_id = res.path.split('&devid=')[1].split('&')[0];
  177. }
  178. }
  179. if (cabinet_dev_id != '') {
  180. me.scan_dev_id = cabinet_dev_id
  181. if(me.carInfo.battery_sn&&me.carInfo.remain){
  182. me.loadNowCabinetDetail(cabinet_dev_id)
  183. }else if(!me.carInfo.battery_sn){
  184. common.simpleToast('车辆未绑定电池')
  185. }else if(!me.carInfo.remain){
  186. common.simpleToast('车辆已到期,请及时前往续费')
  187. }
  188. }
  189. },
  190. fail: function(res) {},
  191. complete: function(res) {}
  192. });
  193. },
  194. loadGeneralQRData(options, stash_sn) {
  195. let qrCode = getApp().globalData.qrCode;
  196. var url = ''
  197. if (qrCode.indexOf("https://zx.uwenya.cc/xcx/s") != -1) {
  198. getApp().globalData.qrCode = ''
  199. url = qrCode
  200. }
  201. if (('result' in options) && options.result.indexOf("https://zx.uwenya.cc/xcx/s") != -1) {
  202. url = decodeURIComponent(options.result);
  203. }
  204. if (url == '') return
  205. var obj = this.getUrlParams(url)
  206. if (('t' in obj) && ('d' in obj)) {
  207. if (obj.t == 1) {
  208. this.scan_dev_id = obj.d
  209. this.loadNowCabinetDetail(obj.d)
  210. }
  211. }
  212. },
  213. getUrlParams(url) {
  214. // 通过 ? 分割获取后面的参数字符串
  215. let urlStr = url.split('?')[1]
  216. // 创建空对象存储参数
  217. let obj = {};
  218. // 再通过 & 将每一个参数单独分割出来
  219. let paramsArr = urlStr.split('&')
  220. for (let i = 0, len = paramsArr.length; i < len; i++) {
  221. // 再通过 = 将每一个参数分割为 key:value 的形式
  222. let arr = paramsArr[i].split('=')
  223. obj[arr[0]] = arr[1];
  224. }
  225. return obj
  226. },
  227. loadNowCabinetDetail(dev_id){
  228. const timeNow=Date.now()
  229. this.scan_dev_id=dev_id
  230. //扫码机柜信息
  231. const me=this
  232. const pData={
  233. longitude:this.myLocation.longitude,
  234. latitude:this.myLocation.latitude,
  235. dev_id:dev_id||'',
  236. time:timeNow
  237. }
  238. http.postApi(config.API_DAYHIRE_CABINRT_CABINRT_INFO,pData,(resp) => {
  239. if(resp.data.code === 200) {
  240. this.online_status=resp.data.data.cabinetInfo.online_status
  241. const device = {
  242. device_type: "LSCabinet",
  243. bt_type: "",
  244. mac_id: resp.data.data.cabinetInfo.bt_mac,
  245. btid: resp.data.data.cabinetInfo.bt_mac,
  246. dev_id: resp.data.data.cabinetInfo.dev_id,
  247. key: me.decodeKey(resp.data.data.cabinetInfo.bt_sec),
  248. btkey: resp.data.data.cabinetInfo.bt_mac,
  249. bt_sec:me.decodeKey(resp.data.data.cabinetInfo.bt_sec),
  250. bt_mac:resp.data.data.cabinetInfo.bt_mac
  251. }
  252. me.setData({
  253. blueInfo: device,
  254. cabinetInfo:resp.data.data.cabinetInfo
  255. })
  256. me.bluetoothClose()
  257. if(me.online_status == 1){
  258. if(me.num==0){
  259. me.setData({
  260. isShowToBuy:true
  261. })
  262. me.walletInfo()
  263. }else{
  264. me.toPayOrFreeExchange()
  265. }
  266. }else{
  267. me.setData({
  268. isOpenBluetooth:true
  269. })
  270. }
  271. }else{
  272. common.simpleToast(resp.data.msg)
  273. }
  274. })
  275. },
  276. walletInfo() {
  277. const me = this
  278. http.postApi(config.API_DAYHIRE_USER_WALLET_INFO, {}, function(resp) {
  279. if (resp.data.code === 200) {
  280. // me.wallet_money = (resp.data.data.balance / 100).toFixed(2)
  281. if(me.free_price <= (resp.data.data.balance / 100).toFixed(2)){
  282. me.payType=9
  283. }
  284. me.setData({
  285. wallet_money:(resp.data.data.balance / 100).toFixed(2)
  286. })
  287. } else {
  288. common.simpleToast(resp.data.msg)
  289. }
  290. })
  291. },
  292. toPayOrFreeExchange(){
  293. //购买单次换电次数进行换电或者有免费次数直接换电
  294. const me=this
  295. //#ifdef MP-ALIPAY
  296. const from = 'ali'
  297. //#endif
  298. //#ifdef MP-WEIXIN
  299. const from = 'wx'
  300. //#endif
  301. const pData={
  302. dev_id:this.scan_dev_id,
  303. license_plate_number:this.license_plate_number,
  304. pay_type:this.payType,
  305. from:from
  306. }
  307. //如果在线用机柜换电 不在线用蓝牙换电
  308. const url = this.online_status == 1 ? config.API_DAYHIRE_CABINRT_CHANGE_BATTERY : config.API_DAYHIRE_CABINRT_BLUETOOTH_EXCHANGE
  309. http.postApi(url,pData,(resp) => {
  310. if(resp.data.code === 200) {
  311. // 钱包支付不需要支付直接换电 有换电次数可以直接换电
  312. if (!resp.data.data.need_pay) {
  313. me.orderInfo = {
  314. order_sn: resp.data.data.order_sn,
  315. empty_door_id: resp.data.data.empty_door_id,
  316. full_door_id: resp.data.data.full_door_id,
  317. cabbatterysn: resp.data.data.rtn_battery_sn||''
  318. };
  319. me.navOpenCabinet(me.orderInfo)
  320. }
  321. else {
  322. me.setData({
  323. isShowToBuy:false
  324. })
  325. me.wxPayPrice=resp.data.data.price
  326. me.payResp=resp
  327. me.doPayBattery({})
  328. }
  329. }else{
  330. common.simpleToast(resp.data.msg)
  331. }
  332. })
  333. },
  334. doPayBattery: function (pData) {
  335. const me = this
  336. //#ifdef MP-WEIXIN
  337. var payParams = JSON.parse(this.payResp.data.data.payParams);
  338. var order_sn = this.payResp.data.data.order_sn;
  339. user.wxPay(order_sn, payParams, function (isSuccess) {
  340. if (isSuccess) {
  341. common.simpleToast('支付成功')
  342. //跳转换电流程页面
  343. me.orderInfo = {
  344. order_sn: me.payResp.data.data.order_sn,
  345. empty_door_id: me.payResp.data.data.empty_door_id,
  346. full_door_id: me.payResp.data.data.full_door_id,
  347. cabbatterysn: me.payResp.data.data.rtn_battery_sn||''
  348. };
  349. me.navOpenCabinet(me.orderInfo)
  350. }
  351. else {
  352. user.cancelHirePay(order_sn)
  353. // 取消支付
  354. }
  355. });
  356. //#endif
  357. //#ifdef MP-ALIPAY
  358. my.tradePay({
  359. tradeNO: me.payResp.data.data.trade_no,
  360. success: function(res) {
  361. if (res.resultCode == 9000) {
  362. common.simpleToast('支付成功')
  363. me.orderInfo = {
  364. order_sn: me.payResp.data.data.order_sn,
  365. empty_door_id: me.payResp.data.data.empty_door_id,
  366. full_door_id: me.payResp.data.data.full_door_id,
  367. cabbatterysn: me.payResp.data.data.rtn_battery_sn||''
  368. };
  369. me.navOpenCabinet(me.orderInfo)
  370. } else {
  371. user.cancelHirePay(order_sn)
  372. }
  373. },
  374. });
  375. //#endif
  376. },
  377. tapOpenBluetooth(time = null) {
  378. const me = this
  379. const device = me.blueInfo
  380. // 蓝牙换电按钮 加载蓝牙
  381. this.loadBluetooth()
  382. },
  383. loadBluetooth() {
  384. const me = this;
  385. const device = this.blueInfo;
  386. if (bluetooth.acceptDevice(device)) {
  387. // 打开蓝牙连接
  388. bluetooth.openBluetoothAdapter((res) => {
  389. common.loading()
  390. bluetooth.connectDevice(device,() => {
  391. bluetooth.onCharacteristicStateChange(device.mac_id, 'index', (data) => {
  392. if (JSON.stringify(data) != '{}') {
  393. if (data.state === DF_CAB_INFO_DONE) {
  394. me.reportCabintInfo(me.cabinetInfo.dev_id, data.commandList);
  395. uni.hideLoading();
  396. common.simpleToast('蓝牙连接成功')
  397. me.setData({
  398. isOpenBluetooth: false,
  399. isBluetooth:true
  400. });
  401. // 进行机柜蓝牙换电 API_DAYHIRE_CABINRT_BLUETOOTH_CHANGE_BATTERY
  402. if(me.num==0){
  403. me.setData({
  404. isShowToBuy:true
  405. })
  406. me.walletInfo()
  407. }else{
  408. me.toPayOrFreeExchange()
  409. }
  410. }
  411. }
  412. });
  413. bluetooth.onConnectionStateChange(device.mac_id, 'index', (res) => {
  414. uni.hideLoading();
  415. if (!res.connected) {
  416. // 蓝牙未连接
  417. // common.simpleToast('蓝牙连接断开',2000)
  418. me.setData({
  419. isOpenBluetooth: true,
  420. isBluetooth:false
  421. });
  422. } else {
  423. common.simpleToast('蓝牙连接成功',2000)
  424. // 蓝牙已连接
  425. me.setData({
  426. isOpenBluetooth: false,
  427. isBluetooth:true
  428. });
  429. if(me.num==0){
  430. me.setData({
  431. isShowToBuy:true
  432. })
  433. me.walletInfo()
  434. }else{
  435. me.toPayOrFreeExchange()
  436. }
  437. }
  438. });
  439. bluetooth.sendGetCabinetInfoCommand(
  440. device.mac_id,
  441. device,
  442. (res) => {
  443. common.loading();
  444. },
  445. (res) => {
  446. me.setData({
  447. isOpenBluetooth: false
  448. });
  449. uni.showModal({
  450. title: '提示',
  451. confirmText: '重新连接',
  452. content: '连接失败,请尝试重新连接',
  453. success: function(res) {
  454. if (res.confirm) {
  455. me.loadBluetooth();
  456. } else {
  457. // uni.navigateBack({
  458. // delta: 1
  459. // });
  460. }
  461. }
  462. });
  463. }
  464. );
  465. },
  466. (res) => {
  467. uni.hideLoading();
  468. var showContent = ""
  469. if (res && ("errCode" in res)) {
  470. if (res.errCode == 9000001) {
  471. var showContent= "观察周围是否有其他骑手连接,请等待对方完成 或 微信是否开启了蓝牙权限!!"
  472. }else{
  473. var showContent= "连接失败,请尝试重新连接"
  474. }
  475. }
  476. else {
  477. var showContent= "连接失败,请尝试重新连接"
  478. }
  479. me.setData({
  480. isOpenBluetooth: false,
  481. isBluetooth:false
  482. });
  483. uni.showModal({
  484. title: '提示',
  485. confirmText: '重新连接',
  486. content: showContent,
  487. success: function(res) {
  488. if (res.confirm) {
  489. me.loadBluetooth();
  490. } else {
  491. // uni.navigateBack({
  492. // delta: 1
  493. // });
  494. }
  495. }
  496. });
  497. },(res) => {
  498. uni.hideLoading();
  499. me.setData({
  500. isOpenBluetooth: false
  501. });
  502. uni.showModal({
  503. title: '提示',
  504. confirmText: '我知道了',
  505. content: '蓝牙未打开或请在右上角设置授权小程序使用蓝牙',
  506. success: function(res) {
  507. if (res.confirm) {
  508. me.loadBluetooth();
  509. } else {
  510. // uni.navigateBack({
  511. // delta: 1
  512. // });
  513. }
  514. }
  515. });
  516. }
  517. );
  518. },
  519. );
  520. } else {
  521. //蓝牙连接未成功
  522. uni.hideLoading();
  523. uni.showModal({
  524. confirmText: '我知道了',
  525. content: '当前机柜未找到符合的蓝牙类型',
  526. showCancel: false,
  527. title: '提示',
  528. complete: (res) => {
  529. // uni.navigateBack({
  530. // delta: 1
  531. // });
  532. }
  533. });
  534. }
  535. },
  536. reportCabintInfo(dev_id, list){
  537. var pushList = []
  538. for (var i = 0; list.length > i; i++) {
  539. var sublist = []
  540. for (var j = 0; list[i].length > j; j++) {
  541. sublist.push(parseInt(list[i][j]))
  542. }
  543. pushList.push(sublist)
  544. }
  545. const pData = {
  546. dev_id: dev_id,
  547. data: JSON.stringify(pushList)
  548. }
  549. const me = this
  550. http.postApi(config.API_CABINET_BLUETOOTH_INFO, pData, function (response) {
  551. if (response.data.code === 200) {
  552. // me.setData({
  553. // cabinetInfo: response.data.data.cabinetInfo
  554. // })
  555. } else {
  556. simpleToast(response.data.msg)
  557. }
  558. })
  559. },
  560. navOpenCabinet(pdata){
  561. const me=this
  562. const paramsString = JSON.stringify(pdata)
  563. const cabinetInfoString = JSON.stringify(me.cabinetInfo)
  564. // 跳转机柜换电页面-展示换电流程和结果
  565. uni.navigateTo({
  566. url: '/pages/openCabinet/openCabinet?pdata=' + encodeURIComponent(paramsString)+ '&cabinet_info=' + encodeURIComponent(cabinetInfoString),
  567. success: function(res) {},
  568. fail: function(res) {},
  569. complete: function(res) {},
  570. })
  571. },
  572. loadExchangeInfo() {
  573. // 查询免费换电次数/换电价格
  574. const pData = {
  575. license_plate_number: this.license_plate_number
  576. }
  577. http.postApi(config.API_DAYHIRE_CABINRT_BATTERY_EXCHANGE_INFO, pData, (resp) => {
  578. if (resp.data.code === 200) {
  579. this.setData({
  580. num: resp.data.data.last_free_number,
  581. free_price: (resp.data.data.price / 100).toFixed(2),
  582. })
  583. } else {
  584. common.simpleToast(resp.data.msg)
  585. }
  586. })
  587. },
  588. bluetoothClose: function() {
  589. bluetooth.closeBluetoothAdapter();
  590. bluetooth.closeDevice(
  591. this.cabinetInfo.bt_mac,
  592. () => {
  593. // this.setData({
  594. // bt_loading: false
  595. // });
  596. },
  597. () => {}
  598. );
  599. bluetooth.offCharacteristicStateChange(this.cabinetInfo.bt_mac, 'home');
  600. bluetooth.offConnectionStateChange(this.cabinetInfo.bt_mac, 'home');
  601. },
  602. changePayType(e){
  603. const type = e.currentTarget.dataset.type
  604. if(this.wallet_money<this.free_price){
  605. common.simpleToast('钱包余额不足')
  606. return
  607. }
  608. this.setData({
  609. payType: type
  610. })
  611. },
  612. close() {
  613. this.setData({
  614. isOpenBluetooth:false
  615. })
  616. },
  617. claseShowToBuy() {
  618. this.setData({
  619. isShowToBuy:false
  620. })
  621. },
  622. decodeKey(str) {
  623. var val = []
  624. for (var i = 0; i < str.length / 2; i++) {
  625. val.push(parseInt(str.substring(0 + i * 2, 2 + i * 2), 16))
  626. }
  627. var str = ""
  628. for (var i = 0; val.length > i; i++) {
  629. str += String.fromCharCode(~val[i] & 0xff)
  630. }
  631. return str
  632. },
  633. }
  634. };
  635. </script>
  636. <style>
  637. @import './scanBtn.css';
  638. </style>