liuqiao 1 éve
szülő
commit
0421738f95
1 módosított fájl, 7 hozzáadás és 7 törlés
  1. 7 7
      src/views/index/index.vue

+ 7 - 7
src/views/index/index.vue

@@ -863,20 +863,20 @@ export default {
     getthislog(log,newoldSolver) {
       this.newlog =this.newlog  + "\n" +log ;
       this.logs = this.newlog;
-      let logs = this.logs;
-      console.log(newoldSolver);
+     let logs = this.logs;
           this.$nextTick(() => {
             let textarea=document.getElementById("textarea_id");
             textarea.scrollTop=textarea.scrollHeight;
           })
-      if (this.logs.indexOf('newSolver end') >= 0) {
+      if (logs.indexOf('Solver end') >= 0) {
         this.elodingfalse = false;
         this.isSolverEnd = true;
         this.statecustom = "0";
       }
-      if (logs.includes("oldSolver end")) {
-        this.statecustom = "0";
-      }
+      // if (endvew.includes("oldSolver end")){//newoldSolver.includes("oldSolver end"
+      //   this.statecustom = "0";
+      //    console.log(2222)
+      // }
     },
     // 剩余时间
     restimeyear(time) {
@@ -1362,7 +1362,7 @@ export default {
   font-size: 12px;
   color: #333;
   padding: 2px;
-  padding-bottom: 46px;
+  padding-bottom: 20px;
 }
 </style>
 <style>