智方网络_吖荣 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
+              );
           }
           
         },