|
|
|
@ -249,11 +249,11 @@ |
|
|
|
<view class="hot-list-item" wx:for="{{2}}" wx:for-index="number" wx:key="number"> |
|
|
|
<view wx:for="{{repurchaseList}}" wx:if="{{index%2==number}}" bindtap="gotoDetail" data-item="{{item}}" wx:key="id"> |
|
|
|
<view class="hot-item"> |
|
|
|
<view style="position:relative"> |
|
|
|
<common-image width="100%" src="{{item.headimg}}" mode="widthFix"></common-image> |
|
|
|
<view style="position:relative;flex-shrink: 0;"> |
|
|
|
<common-image width="100%" src="{{item.headimg}}" mode="aspectFill"></common-image> |
|
|
|
</view> |
|
|
|
<view class="hot-info"> |
|
|
|
<view class="hot-title">{{item.title}}</view> |
|
|
|
<view class="hot-title textOver2">{{item.title}}</view> |
|
|
|
<view class="com-flex" style="justify-content: space-between;margin-top: 26rpx;"> |
|
|
|
<view class="hot-price"> |
|
|
|
<text>¥</text><text>{{item.price/100}}</text><text>起</text> |
|
|
|
|