|
@@ -44,8 +44,8 @@ export default {
|
|
|
this.showShortPop = true;
|
|
|
}
|
|
|
},
|
|
|
- onShow(){
|
|
|
- it.getShortCut((value)=>{
|
|
|
+ onShow() {
|
|
|
+ it.getShortCut((value) => {
|
|
|
this.showShortPop = !value;
|
|
|
})
|
|
|
},
|
|
@@ -110,15 +110,6 @@ export default {
|
|
|
},
|
|
|
getNextChapter() {
|
|
|
console.log("get next chapter");
|
|
|
- if (this.bookinfo.next_cid == 0) {
|
|
|
- router.push({
|
|
|
- uri: "/views/Raderover",
|
|
|
- params: {
|
|
|
- bid: this.bid
|
|
|
- }
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
this.getChapters(this.bookinfo.bid, this.bookinfo.next_cid)
|
|
|
}
|
|
|
}
|