Forráskód Böngészése

晨报周报切换章节翻页bug

jwyu 2 éve
szülő
commit
d8495796cb
1 módosított fájl, 2 hozzáadás és 0 törlés
  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()
     },