Ver código fonte

修改了玩具连接的问题
打开了代理商模块

yerong 4 anos atrás
pai
commit
b5a184825d
2 arquivos alterados com 2 adições e 1 exclusões
  1. 1 1
      dist/wx
  2. 1 0
      src/components/device/device.vue

+ 1 - 1
dist/wx

@@ -1 +1 @@
-Subproject commit afa3d04f4f65adbff085d926adfd837ecd9df278
+Subproject commit a992780c1703892b6be324eb0d016a11d5e852b1

+ 1 - 0
src/components/device/device.vue

@@ -406,6 +406,7 @@ export default {
       $this.connect_show = true
       let $ble_status = ble_store.getters.getBluetoothLinkStatus()
       bluetooth.watchingDevice($this)
+      bluetooth.watch_bluetooth_status($this)
       if ($ble_status == false) {
         //断开蓝牙连接
         $this.change_device_status(0)