mo 3 년 전
부모
커밋
226b392bef
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  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