|
@@ -18,7 +18,7 @@ |
|
|
<view class='lists'> |
|
|
<view class='lists'> |
|
|
<view class='posi' wx:if="{{merchantVoList.length>0}}"> |
|
|
<view class='posi' wx:if="{{merchantVoList.length>0}}"> |
|
|
<view class='posi_logo' wx:for="{{merchantVoList}}" wx:key="index"> |
|
|
<view class='posi_logo' wx:for="{{merchantVoList}}" wx:key="index"> |
|
|
<view class='merchants'> |
|
|
|
|
|
|
|
|
<view class='merchants' bindtap='gotoDetail' data-id='{{item.id}}'> |
|
|
<view> |
|
|
<view> |
|
|
<image src='{{item.merchantImgUrl}}'></image> |
|
|
<image src='{{item.merchantImgUrl}}'></image> |
|
|
</view> |
|
|
</view> |
|
|