mo 2 年之前
父節點
當前提交
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