mo před 2 roky
rodič
revize
226b392bef
1 změnil soubory, kde provedl 6 přidání a 6 odebrání
  1. 6 6
      src/views/article-center/theory.tsx

+ 6 - 6
src/views/article-center/theory.tsx

@@ -72,12 +72,12 @@ export default defineComponent({
         this.dataShow = false
         this.finished = true
       }
-      if(this.theory&&this.theory.scrollTop as never){
-        this.$nextTick(()=>{
-          window.scrollTo(0, this.theory.scrollTop as never)
-        })
-        //
-      }
+      // if(this.theory&&this.theory.scrollTop as never){
+      //   this.$nextTick(()=>{
+      //     window.scrollTo(0, this.theory.scrollTop as never)
+      //   })
+      //   //
+      // }
     },
     onSearch(val: string) {
       this.params.search = val