|
@@ -1,10 +1,10 @@
|
|
|
<template>
|
|
|
<div class="sidebarbox">
|
|
|
- <div class="coverbox">
|
|
|
+ <div class="coverbox" @click="btn('9')">
|
|
|
<h3 class="title">[ 本期封面 ]</h3>
|
|
|
<cover class="cover"></cover>
|
|
|
- <p>经济纵横 2021第1期 总第190期</p>
|
|
|
- <p>出版时间:2021年01月01日</p>
|
|
|
+ <!-- <p>经济纵横 2021第1期 总第190期</p> -->
|
|
|
+ <!-- <p>出版时间:2021年01月01日</p> -->
|
|
|
<!-- <el-button class="btn" size="mini">查看详细内容</el-button> -->
|
|
|
</div>
|
|
|
<buttons class="btns"></buttons>
|
|
@@ -22,7 +22,12 @@ export default {
|
|
|
data () {
|
|
|
return {}
|
|
|
},
|
|
|
- methods: {},
|
|
|
+ methods: {
|
|
|
+ btn (e) {
|
|
|
+ this.$router.push(`/www/list/${e}`)
|
|
|
+ localStorage.setItem('itemId', e)
|
|
|
+ }
|
|
|
+ },
|
|
|
mounted () {}
|
|
|
}
|
|
|
</script>
|