智方网络_吖荣 hace 4 años
padre
commit
0ca8eee1ff
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5 1
      src/pages/start/index.vue

+ 5 - 1
src/pages/start/index.vue

@@ -291,7 +291,11 @@ export default {
                 $this._serviceId,
                 $this._characteristicId
               );
-              bluetooth.sendEnd();
+              bluetooth.sendEnd(
+                $this._deviceId,
+                $this._serviceId,
+                $this._characteristicId
+              );
           }
           
         },