|
@@ -37,14 +37,14 @@
|
|
<div class="block" style="width: 460px;float: left;">
|
|
<div class="block" style="width: 460px;float: left;">
|
|
<el-carousel style="width:460px;height:250px;overflow-y: hidden;" ref="shubiao">
|
|
<el-carousel style="width:460px;height:250px;overflow-y: hidden;" ref="shubiao">
|
|
<el-carousel-item v-for="(item, index) in newList" :key="index" :name="`${index}`">
|
|
<el-carousel-item v-for="(item, index) in newList" :key="index" :name="`${index}`">
|
|
- <img :src="item.url" class="newList" />
|
|
|
|
|
|
+ <img :src="item.picurl" class="newList" />
|
|
</el-carousel-item>
|
|
</el-carousel-item>
|
|
</el-carousel>
|
|
</el-carousel>
|
|
</div>
|
|
</div>
|
|
<el-col style="width:308px;float:right;" class="newListLi">
|
|
<el-col style="width:308px;float:right;" class="newListLi">
|
|
<ul>
|
|
<ul>
|
|
<li v-for="(tag, index) in newList" :key="index" :type="tag.type" @mouseover="shuYi(index)" :class="newListActive(tag)">
|
|
<li v-for="(tag, index) in newList" :key="index" :type="tag.type" @mouseover="shuYi(index)" :class="newListActive(tag)">
|
|
- <el-link :underline="false">{{ tag.name }}</el-link>
|
|
|
|
|
|
+ <el-link :underline="false" @click="$router.push({ path: '/info/detail', query: { id: tag.id } })">{{ tag.title }}</el-link>
|
|
</li>
|
|
</li>
|
|
</ul>
|
|
</ul>
|
|
</el-col>
|
|
</el-col>
|