0518
This commit is contained in:
@@ -2304,18 +2304,19 @@ import { nextTick } from "vue";
|
||||
/*****************************************/
|
||||
return
|
||||
}
|
||||
if (!this.nextPage.ready && !this.nextChapter.ready) {
|
||||
this.waitForNext = true
|
||||
uni.showLoading({
|
||||
title: '正在准备下一章',
|
||||
mask: true
|
||||
})
|
||||
return
|
||||
}
|
||||
// if (!this.nextPage.ready && !this.nextChapter.ready) {
|
||||
// this.waitForNext = true
|
||||
// uni.showLoading({
|
||||
// title: '正在准备下一章',
|
||||
// mask: true
|
||||
// })
|
||||
// return
|
||||
// }
|
||||
this.currentPage += 1
|
||||
let showChapter = false
|
||||
console.log(this.currentPage, this.curChapter.totalPage)
|
||||
if (this.currentPage === this.curChapter.totalPage) { //翻至下一章了
|
||||
return
|
||||
showChapter = true
|
||||
this.currentPage = 0
|
||||
this.chapterRotate('next')
|
||||
|
||||
Reference in New Issue
Block a user