|
|
@@ -213,7 +213,7 @@
|
|
|
</div>
|
|
|
<div v-if="item.company" class="content-l-item-r">
|
|
|
<div class="content-l-item-r-title flex algin-center">
|
|
|
- <img :src="item.company.companyLogo" alt="" />
|
|
|
+ <img :src="item.company.companyLogo?item.company.companyLogo:'/default.jpg'" alt="" />
|
|
|
<div class="content-l-item-r-title-r">
|
|
|
<div class="content-l-item-r-title-r-t">
|
|
|
{{ item.company?.companyName || item.company?.companyAllName }}
|
|
|
@@ -238,7 +238,7 @@
|
|
|
</div>
|
|
|
<div v-if="searchType == '公司'" class="content-l-item flex" style="padding: 20px;width: initial;">
|
|
|
<el-image style="width: 56px; height: 56px;border-radius: 10px;margin-right: 10px;" loading="lazy"
|
|
|
- :src="item.companyLogo" fit="cover" />
|
|
|
+ :src="item.companyLogo?item.companyLogo:'/default.jpg'" fit="cover" />
|
|
|
<div>
|
|
|
<div class="list-box-item-top-r-name">
|
|
|
{{ item.companyName || item.companyAllName }}
|