|
@@ -3321,12 +3321,26 @@ this.bStepok("animation",'','')
|
|
|
});
|
|
|
let timer = async(timeout) => {
|
|
|
for(let i=this.countnum;i<=this.femSteplist.length-1;i++){
|
|
|
- if(this.signnum==true&&this.lowbool==true){
|
|
|
+ if(this.signnum==true){
|
|
|
await sleep(time);
|
|
|
this.jiekou(this.femSteplist[i]);
|
|
|
}else{
|
|
|
break;
|
|
|
}
|
|
|
+ // if(this.sign=='Start'&&this.signnum==true&&this.Startbool==true){
|
|
|
+ // await sleep(time);
|
|
|
+ // this.jiekou(this.femSteplist[i]);
|
|
|
+ // }else{
|
|
|
+ // console.log(2222)
|
|
|
+ // break;
|
|
|
+ // }
|
|
|
+ // if(this.sign=='Quick'&&this.signnum==true&&this.Quickbool==true){
|
|
|
+ // await sleep(time);
|
|
|
+ // this.jiekou(this.femSteplist[i]);
|
|
|
+ // }else{
|
|
|
+ // console.log(3333)
|
|
|
+ // break;
|
|
|
+ // }
|
|
|
}
|
|
|
}
|
|
|
timer(time);
|