Commit 93525dc3 authored by agping's avatar agping

商铺列表优化

parent bd67aa5a
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
<span>剩余铺数:</span> <span>剩余铺数:</span>
<span class="b3_span_build_num gw"></span> <span class="b3_span_build_num gw"></span>
</p> </p>
<p class="b3_font1"> <p class="b3_font1 b3_span_shop_mianji">
<span class="b3_span_build_type">建筑面积:</span> <span class="b3_span_build_type">建筑面积:</span>
<span class="b3_span_build gw"></span> <span class="b3_span_build gw"></span>
</p> </p>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<ul> <ul>
<li class="main-sec-li" v-for="(item2, index2) in item.dataList" @click="toShopDetail(item2.id)"> <li class="main-sec-li" v-for="(item2, index2) in item.dataList" @click="toShopDetail(item2.id)">
<div class="shop-list-img shop-list"> <div class="shop-list-img shop-list">
<img-error :datasrc="selesctImg(item2)" :imgtype="'div'"></img-error> <img-error :datasrc="selesctImg(item2)" :imgtype="'house'"></img-error>
</div> </div>
<div class="shop-list-con shop-list"> <div class="shop-list-con shop-list">
<p class="shop-title shop-list-top">{{item2.title}}</p> <p class="shop-title shop-list-top">{{item2.title}}</p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment