提交 af68b883 authored 作者: huaxinzhu's avatar huaxinzhu

1551bug修复

上级 a9f2b597
...@@ -267,7 +267,11 @@ ...@@ -267,7 +267,11 @@
<p class="mb-process-con-title">入驻流程和材料</p> <p class="mb-process-con-title">入驻流程和材料</p>
<div class="mb-process"> <div class="mb-process">
<div class="mb-pre-process-con"> <div class="mb-pre-process-con">
11 <div class="step-pic">
<img src="" alt="">
</div>
<p></p>
<p></p>
</div> </div>
<div class="mb-pre-process-con"> <div class="mb-pre-process-con">
22 22
...@@ -1317,17 +1321,19 @@ ...@@ -1317,17 +1321,19 @@
} }
.mb-advantage-con-swiper { .mb-advantage-con-swiper {
width: 100%; width: 100%;
height: 6.69rem; //height: 6.69rem;
} }
.mb-ad-advantage-details { .mb-ad-advantage-details {
width: calc(100% - 0.32rem); width: calc(100% - 0.6rem);
height: 6.36rem; height: 6.53rem;
overflow: hidden; overflow: hidden;
margin: 0 0.16rem; margin: 0.16rem 0.3rem;
padding: 0.4rem 0 0;
background: #fff url("../../assets/image/website/adfooter.png") no-repeat bottom center; background: #fff url("../../assets/image/website/adfooter.png") no-repeat bottom center;
background-size : contain; background-size : contain;
border-radius: 8px; border-radius: 8px;
box-shadow: 0 6px 18px 1px rgba(57, 124, 255, 0.26);
} }
.ad-details-pic-con { .ad-details-pic-con {
width: 1.27rem; width: 1.27rem;
......
...@@ -479,6 +479,8 @@ ...@@ -479,6 +479,8 @@
if (res.code == 1) { if (res.code == 1) {
done() done()
this.getList() this.getList()
}else {
this.$message({type: 'success', message: res.message ? res.message : '操作失败'});
} }
}) })
} else { } else {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论