|
|
@@ -25,7 +25,7 @@ |
|
|
|
<img src="~@assets/image/myRelated/companyBtnIcon.png" alt="icon"> |
|
|
|
</div>--> |
|
|
|
</div> |
|
|
|
<div class="comany-info-box" v-if="isClaimed"> |
|
|
|
<div class="comany-info-box" v-if="isClaimed" @click="goDetail(companyDetail.companyId)"> |
|
|
|
<div class="main-img-box fl"> |
|
|
|
<img :src="formatImg(mainImg)" alt="main-img" /> |
|
|
|
</div> |
|
|
@@ -320,6 +320,14 @@ export default { |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
goDetail(companyId) { |
|
|
|
this.$router.push({ |
|
|
|
path: "/company-detail", |
|
|
|
query: { |
|
|
|
companyId, |
|
|
|
}, |
|
|
|
}); |
|
|
|
}, |
|
|
|
formatImg(url) { |
|
|
|
return formatImg(url); |
|
|
|
}, |