你好,请检查以下几个方面:
1、epubjs是否被正确引入
2、电子书是否被正确下载(epub文件或opf文件)
3、Book对象是否正确生成
this.book = new Epub(blob)
4、是否创建div并且指定id
5、Rendition对象是否被正确生成,并正确设置宽高
this.rendition = this.book.renderTo('read', {width:width, height:height})
6、是否调用display方法
this.rendition.display()