|
@@ -8,8 +8,11 @@
|
|
<el-col :span="24" class="down">
|
|
<el-col :span="24" class="down">
|
|
<el-col :span="12" class="list" v-for="(item, index) in list" :key="index" @click.native="toDetail(item.user_id)">
|
|
<el-col :span="12" class="list" v-for="(item, index) in list" :key="index" @click.native="toDetail(item.user_id)">
|
|
<el-col :span="8" class="expertimage">
|
|
<el-col :span="8" class="expertimage">
|
|
- <el-image v-if="item.img_path != null || undefined" :src="item.img_path"></el-image>
|
|
|
|
- <el-image :src="imgUrl" v-else></el-image>
|
|
|
|
|
|
+ <el-image :src="item.img_path">
|
|
|
|
+ <div slot="error" class="image-slot">
|
|
|
|
+ <el-image :src="imgUrl"></el-image>
|
|
|
|
+ </div>
|
|
|
|
+ </el-image>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="16" class="rightInfo">
|
|
<el-col :span="16" class="rightInfo">
|
|
<el-col :span="24" class="name textOver">
|
|
<el-col :span="24" class="name textOver">
|