|
@ -1,9 +1,10 @@ |
|
|
<template> |
|
|
<template> |
|
|
<div id="bookshelf"> |
|
|
<div id="bookshelf"> |
|
|
<div class="bookshelf-header" style="height:120px"> |
|
|
<div class="bookshelf-header" style="height:120px"> |
|
|
<router-link to="/"> |
|
|
|
|
|
|
|
|
<!-- <router-link to="/"> |
|
|
<span class="icon iconfont icon-l"></span> |
|
|
<span class="icon iconfont icon-l"></span> |
|
|
</router-link> |
|
|
|
|
|
|
|
|
</router-link> --> |
|
|
|
|
|
<span class="icon iconfont icon-l" @click="goBack()"></span> |
|
|
<h2>作者推荐</h2> |
|
|
<h2>作者推荐</h2> |
|
|
</div> |
|
|
</div> |
|
|
<div class="main"> |
|
|
<div class="main"> |
|
@ -34,6 +35,9 @@ export default { |
|
|
this.getAuthor() |
|
|
this.getAuthor() |
|
|
}, |
|
|
}, |
|
|
methods: { |
|
|
methods: { |
|
|
|
|
|
goBack() { |
|
|
|
|
|
this.$router.go(-1) |
|
|
|
|
|
}, |
|
|
getAuthor() { |
|
|
getAuthor() { |
|
|
const params = { |
|
|
const params = { |
|
|
libcode: this.libcode, |
|
|
libcode: this.libcode, |
|
|