liuqiao %!s(int64=2) %!d(string=hai) anos
pai
achega
031ecb9167
Modificáronse 1 ficheiros con 15 adicións e 1 borrados
  1. 15 1
      src/views/index/FEMLab/fem.vue

+ 15 - 1
src/views/index/FEMLab/fem.vue

@@ -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);