@@ -829,6 +829,7 @@ export default {
},
onLoad: function(opt) {
this.id = opt.id;
+ debugger;
// this.id = 61;
this.connectMqtt();
this.getDetail();
@@ -2311,6 +2312,8 @@ export default {
if(shadow == 1){
this.pressTurn = 1;
this.resetTurn = 0;
+ }else{
+ this.pressTurn = 0;
}
@@ -2322,6 +2325,8 @@ export default {
this.resetTurn = 1;
this.pressTurn = 0;
+ this.resetTurn = 0;