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