Commit d0685195 authored by agping's avatar agping

商铺列表优化

parent d7418149
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
</div> </div>
<div class="shop-list-con shop-list"> <div class="shop-list-con shop-list">
<p class="shop-title shop-list-top-first">{{item2.title}}</p> <p class="shop-title shop-list-top-first">{{item2.title}}</p>
<p class="shop-rent shop-list-top-two"><span>{{selesctRent(item2)}}</span>{{selesctRentType(item2)}}</p> <p class="shop-rent shop-list-top-two">租金均价:<span>{{selesctRent(item2)}}</span>{{selesctRentType(item2)}}</p>
<p class="shop-list-top-three"> <p class="shop-list-top-three">
<span v-for="(item3, index3) in item2.shop_sign.split(',').splice(0, 3)" class="shop-lable">{{item3}}</span> <span v-for="(item3, index3) in item2.shop_sign.split(',').splice(0, 3)" class="shop-lable">{{item3}}</span>
</p> </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