|
@@ -461,7 +461,9 @@ export default {
|
|
let $toy_sn = game_store.getters.getToySn().toUpperCase();
|
|
let $toy_sn = game_store.getters.getToySn().toUpperCase();
|
|
if($toy_sn.includes("SW") || $toy_sn.includes("KL") || $toy_sn.includes("SC")){
|
|
if($toy_sn.includes("SW") || $toy_sn.includes("KL") || $toy_sn.includes("SC")){
|
|
// 设置教具为无运动状态 AA CC 03 00 00 00 34 CKS
|
|
// 设置教具为无运动状态 AA CC 03 00 00 00 34 CKS
|
|
- $this.$bluetooth.SendOrder("34");
|
|
|
|
|
|
+ $this.$bluetooth.SendMotionOrder("00");
|
|
|
|
+ } else {
|
|
|
|
+ $this.$bluetooth.SendMotionOrder("01");
|
|
}
|
|
}
|
|
},1000);
|
|
},1000);
|
|
// 开始倒计时
|
|
// 开始倒计时
|