This commit is contained in:
@fawn-nine
2023-05-18 13:23:11 +08:00
parent db2beb84e5
commit 078aa9af06
113 changed files with 17985 additions and 288 deletions

View File

@@ -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')