提交 cc80c973 authored 作者: matian's avatar matian

fix:修改页面详情图显示问题

上级 234f13de
...@@ -6,12 +6,12 @@ ...@@ -6,12 +6,12 @@
</div> </div>
<div v-else> <div v-else>
<img <img
:src="signInfo.market_other_img ||defaultImg3" :src="signInfo.market_other_img"
alt="" alt=""
class="market_other_img " class="market_other_img "
v-if="status == true" v-if="status == true &&signInfo.market_other_img !== ''"
/> />
<img :src="defaultImg3" alt="" class="market_other_img" v-if="status == false"> <img :src="defaultImg3" alt="" class="market_other_imgDefault" v-if="status == false ||signInfo.market_other_img ==''">
<img <img
src="https://webapp-pub.ezijing.com/marketing/detail.png" src="https://webapp-pub.ezijing.com/marketing/detail.png"
class="signIn_detail" class="signIn_detail"
...@@ -121,6 +121,10 @@ export default { ...@@ -121,6 +121,10 @@ export default {
background-color: #f2f2f2; background-color: #f2f2f2;
position: relative; position: relative;
.market_other_img { .market_other_img {
width: 100%;
position: absolute;
}
.market_other_imgDefault{
width: 100%; width: 100%;
height: 100%; height: 100%;
position: absolute; position: absolute;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论