|
@@ -325,6 +325,18 @@ export default {
|
|
|
open_choose_toy() {
|
|
|
// $this.choose_toy_window.show = false;
|
|
|
$this.choose_toy_window.show = true;
|
|
|
+ let $serviceId = game_store.getters.getServiceId();
|
|
|
+ let $charateristic = game_store.getters.getCharacterId();
|
|
|
+
|
|
|
+ bluetooth.shutdownSendControl(
|
|
|
+ $this._deviceId,
|
|
|
+ $serviceId,
|
|
|
+ $charateristic
|
|
|
+ );
|
|
|
+ bluetooth.sendEnd(
|
|
|
+ $this._deviceId,
|
|
|
+ $serviceId,
|
|
|
+ $charateristic);
|
|
|
},
|
|
|
// 选好玩具
|
|
|
choose_ok() {
|