|
@@ -24,6 +24,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
import router from "@system.router";
|
|
import router from "@system.router";
|
|
|
|
+import it from "../../helper/interface.js";
|
|
import { getChapters, getIsonshelf, postUserShelfBooks, chapterOrders } from "../../api";
|
|
import { getChapters, getIsonshelf, postUserShelfBooks, chapterOrders } from "../../api";
|
|
|
|
|
|
export default {
|
|
export default {
|
|
@@ -43,6 +44,12 @@ export default {
|
|
this.showShortPop = true;
|
|
this.showShortPop = true;
|
|
}
|
|
}
|
|
},
|
|
},
|
|
|
|
+ onShow(){
|
|
|
|
+ it.getShortCut(()=>{
|
|
|
|
+ this.showShortPop = true;
|
|
|
|
+
|
|
|
|
+ })
|
|
|
|
+ },
|
|
addShelf() {
|
|
addShelf() {
|
|
console.log("add shelf");
|
|
console.log("add shelf");
|
|
getIsonshelf({ bid: this.bid }).then(r => {
|
|
getIsonshelf({ bid: this.bid }).then(r => {
|