|
@@ -25,7 +25,7 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="infoLeftList">
|
|
|
- <el-col :span="24" class="rencaiList" v-for="(item, index) in infoList" :key="index" @click.native="turnTo(item)">
|
|
|
+ <el-col :span="24" class="rencaiList" v-for="(item, index) in infoList" :key="index" @click.native="$turnTo(item)">
|
|
|
<el-col :span="16" class="title">
|
|
|
<p class="textOver"><i class="el-icon-s-flag icon"></i>{{ item.title }}</p>
|
|
|
</el-col>
|
|
@@ -45,7 +45,7 @@
|
|
|
</el-col>
|
|
|
</el-col>
|
|
|
<el-col :span="24" class="infoCenterList">
|
|
|
- <el-col :span="12" class="dangjianList" v-for="(item, index) in infosList" :key="index" @click.native="turnTo(item)">
|
|
|
+ <el-col :span="12" class="dangjianList" v-for="(item, index) in infosList" :key="index" @click.native="$turnTo(item)">
|
|
|
<el-col :span="24" class="imageTit">
|
|
|
<el-image style="width:180px;height:120px;" :src="item.pic" v-if="item.pic"></el-image>
|
|
|
<el-image style="width:180px;height:120px;" :src="Nopic" v-else></el-image>
|