|
|
|
@ -21,11 +21,11 @@
|
|
|
|
|
<view class="n-desc">{{item.resourceInfo.content}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="concat-list-box"> |
|
|
|
|
<view class="open-btn acea-row row-middle" bindtap="openClick" data-idx="{{index}}"> |
|
|
|
|
<!-- <view class="open-btn acea-row row-middle" bindtap="openClick" data-idx="{{index}}"> |
|
|
|
|
<text>{{!item.open ? '展开' : '收起'}}</text> |
|
|
|
|
<image class="arrow-down {{!item.open ? '' : 'arrow-up'}}" src="../../../images/arrow-d.png"></image> |
|
|
|
|
</view> |
|
|
|
|
<view class="concat-list {{item.open ? 'list-open' : ''}}" > |
|
|
|
|
</view> --> |
|
|
|
|
<!-- <view class="concat-list {{item.open ? 'list-open' : ''}}" > --> |
|
|
|
|
<view class="info-item" wx:for="{{item.partnerInfos}}" wx:for-item="info" wx:key="index"> |
|
|
|
|
<view class=" acea-row row-middle"> |
|
|
|
|
<image src="{{info.logo}}"></image> |
|
|
|
@ -53,7 +53,7 @@
|
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- </view> --> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="item" wx:if="{{tabActive != 1}}" wx:for="{{list}}" wx:key="index"> |
|
|
|
|