仿真翻书效果引入

This commit is contained in:
@fawn-nine
2023-03-21 17:52:42 +08:00
parent 262f2cf743
commit dfd3772cc5
6 changed files with 209 additions and 61 deletions

View File

@@ -562,7 +562,7 @@ import $http from '../../config/requestConfig';
this.initPage()
},
computed: {
progress() { //章节的阅读进度
progress() { //章节的阅读进度1
if (this.curChapter.totalPage === 1) {
return 0
}