页面完善

This commit is contained in:
@fawn-nine
2023-06-02 18:06:08 +08:00
parent 27f08527e8
commit 1e145aa4b0
5 changed files with 98 additions and 52 deletions

View File

@@ -3133,8 +3133,8 @@ import { nextTick } from "vue";
}else if(options.chapterid == 'prev'){ // 上一章
this.goPreChapter()
}else if(options.curpage>0){
// this.goNextPage()
console.log(options.curpage)
this.goNextPage()
// console.log(options.curpage)
}else if(options.curpage<0){
this.goPrePage()
}