// 翻页
// Rendition.prev
prevPage() {
if(this.rendition) {
this.rendition.prev()
}
},
nextPage() {
if(this.rendition) {
this.rendition.next()
}
},
// 翻页
// Rendition.prev
prevPage() {
if(this.rendition) {
this.rendition.prev()
}
},
nextPage() {
if(this.rendition) {
this.rendition.next()
}
},