|
|
@@ -5,7 +5,7 @@
|
|
|
<My_DisplayBox title="商户列表" isMore="{{false}}">
|
|
|
<image slot="display-box-img" class="display-title_image" src="/static/icon-05.png" mode="aspectFit"></image>
|
|
|
<scroll-view class="list-scroll-view" scroll-y bindscrolltolower="scrolltolower">
|
|
|
- <view class="company-data" wx:for="{{cooperationList}}" data-index="{{index}}" bindtap="showBtnIndex">
|
|
|
+ <view class="company-data" wx:for="{{cooperationList}}" data-index="{{index}}" catchtap="jumpForDetails">
|
|
|
<image wx:if="{{item.attinfos[0]}}" class="company-data-image" src="{{item.attinfos[0].fobsurl}}" mode="aspectFill"></image>
|
|
|
<image wx:else class="company-data-image" src="/static/tacitly-approve/MRuserImg.png" mode="aspectFill"></image>
|
|
|
<view class="company-data-text">
|
|
|
@@ -14,9 +14,6 @@
|
|
|
<view wx:if="{{item.ftype==2}}">合作方式:下游</view>
|
|
|
<view wx:if="{{item.ftype==3}}">合作方式:双向合作</view>
|
|
|
</view>
|
|
|
- <view class="company-data-but">
|
|
|
- <van-button wx:if="{{index==showIndex}}" custom-class="custom-class-company-data" catchtap="jumpForDetails">合作详情</van-button>
|
|
|
- </view>
|
|
|
</view>
|
|
|
<My_pageReachBottom loadMore="{{pageNumber > pageTotal}}" dummyStatus="{{cooperationList.length!=0}}"></My_pageReachBottom>
|
|
|
</scroll-view>
|