Răsfoiți Sursa

晨报周报切换章节翻页bug

jwyu 2 ani în urmă
părinte
comite
d8495796cb
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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){
     handleChapterChange(item){
       this.chapterId=item.report_chapter_id
       this.chapterId=item.report_chapter_id
       this.info=null
       this.info=null
+      this.page_no=0
+      this.total_page=0
       this.getDetail()
       this.getDetail()
       this.handleBackTop()
       this.handleBackTop()
     },
     },