完善支付选项

This commit is contained in:
@fawn-nine
2023-05-31 16:25:16 +08:00
parent c37c93a293
commit 27f08527e8
8 changed files with 412 additions and 66 deletions

View File

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