|
@@ -66,14 +66,20 @@
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="8" class="infoLeft" v-loading="loading">
|
|
<el-col :span="8" class="infoLeft" v-loading="loading">
|
|
<el-col :span="24" class="infoLeftTop">
|
|
<el-col :span="24" class="infoLeftTop">
|
|
- <el-col :span="24" class="leftTopTitle">
|
|
|
|
|
|
+ <el-col :span="18" class="leftTopTitle">
|
|
<span>{{ zhunti.title }}</span>
|
|
<span>{{ zhunti.title }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="6" class="leftTopMore">
|
|
|
|
+ <el-link :underline="false" @click="$router.push({ path: zhunti.path, query: { title: zhunti.title } })"
|
|
|
|
+ >更多<i class="el-icon-plus"></i
|
|
|
|
+ ></el-link>
|
|
|
|
+ </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="infoRightList">
|
|
<el-col :span="24" class="infoRightList">
|
|
<el-col :span="24" v-for="(item, index) in infossList" :key="index" @click.native="$router.push({ path: `/memberDetail?id=${item.id}` })">
|
|
<el-col :span="24" v-for="(item, index) in infossList" :key="index" @click.native="$router.push({ path: `/memberDetail?id=${item.id}` })">
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
- <el-image style="width:400px;height:280px;" :src="item.pic"></el-image>
|
|
|
|
|
|
+ <el-image style="width:400px;height:280px;" :src="item.pic" v-if="item.pic"></el-image>
|
|
|
|
+ <el-image style="width:400px;height:280px;" :src="Nopic" v-else></el-image>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -101,6 +107,7 @@ export default {
|
|
infosList: [],
|
|
infosList: [],
|
|
infossList: [],
|
|
infossList: [],
|
|
loading: true,
|
|
loading: true,
|
|
|
|
+ Nopic: require('@/assets/noPic2.png'),
|
|
}),
|
|
}),
|
|
watch: {
|
|
watch: {
|
|
dangguiList: {
|
|
dangguiList: {
|
|
@@ -197,7 +204,6 @@ p {
|
|
}
|
|
}
|
|
.infoLeftTop .leftTopTitle span {
|
|
.infoLeftTop .leftTopTitle span {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
- width: 100px;
|
|
|
|
height: 39px;
|
|
height: 39px;
|
|
text-align: center;
|
|
text-align: center;
|
|
border-bottom: 1px solid #bd010b;
|
|
border-bottom: 1px solid #bd010b;
|