Browse Source

Merge branch 'master' of ssh://git.xingtongworld.com:10022/luyisha/jiaoyi_ybgcoins_web3

master
luyisha 3 years ago
parent
commit
93fea0ce23
  1. 4
      src/views/home/index.vue

4
src/views/home/index.vue

@ -454,7 +454,9 @@
</div>
<div class="d-flex justify-content-between">
<div class="img-box" v-for="(item, index) in articleList" :key="index">
<img :src="item.full_cover" alt="" >
<router-link class="post-link" :to="`/college/detail/${item.category_id}/${item.id}`">
<img :src="item.full_cover" alt="" >
</router-link>
<div>{{ item.title }}</div>
</div>
</div>

Loading…
Cancel
Save