瀏覽代碼

晨报周报切换章节翻页bug

jwyu 2 年之前
父節點
當前提交
d8495796cb
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/views/hzyb/report/ChapterDetail.vue

+ 2 - 0
src/views/hzyb/report/ChapterDetail.vue

@@ -491,6 +491,8 @@ export default {
     handleChapterChange(item){
       this.chapterId=item.report_chapter_id
       this.info=null
+      this.page_no=0
+      this.total_page=0
       this.getDetail()
       this.handleBackTop()
     },