智方网络_吖荣 4 年之前
父節點
當前提交
0ca8eee1ff
共有 1 個文件被更改,包括 5 次插入1 次删除
  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
+              );
           }
           
         },