4 changed files with 29 additions and 16 deletions
@ -1,14 +1,7 @@ |
|||
<!--pages/topics/rentHouse/index.wxml--> |
|||
<!-- <view class="con" |
|||
<view class="con" |
|||
style="background: url({{imgUrl}}) no-repeat; background-size:cover;background-position-y:bottom;height:{{height}}px"> |
|||
<view class="btnView"> |
|||
<e-ibutton title="查看详情" bind:onTap="check" /> |
|||
</view> |
|||
</view> --> |
|||
|
|||
<view class="con" style="height:{{height}}px"> |
|||
<image src="{{imgUrl}}" class="bg-image" style="height:{{height}}px"></image> |
|||
<view class="btnView"> |
|||
<e-ibutton title="查看详情" bind:onTap="check" /> |
|||
</view> |
|||
</view> |
Loading…
Reference in new issue