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