|
@@ -52,7 +52,7 @@
|
|
|
</view>
|
|
|
|
|
|
<view class="middleList" wx:for="{{middleTabList}}" wx:for-item="i" wx:if="{{middleType==i.type && middleList[i.type].length>0 }}">
|
|
|
- <view class="middleList_item" bindtap="middle_gotoWV" data-id="{{j.id}}" wx:for="{{middleList[i.type]}}" wx:for-item="j">
|
|
|
+ <view class="middleList_item" bindtap="middle_gotoWV" wx:if="{{index<3}}" data-id="{{j.id}}" wx:for="{{middleList[i.type]}}" wx:for-item="j">
|
|
|
<view class="middleList_cover">
|
|
|
<image mode="aspectFill" src="{{j.appListPicUrl}}"></image>
|
|
|
</view>
|