|
@@ -29,7 +29,6 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="brand-bar">
|
|
<view class="brand-bar">
|
|
|
- brand-bar
|
|
|
|
|
<view wx:for="{{ipInfoList}}" wx:key="index" class="brand-item">
|
|
<view wx:for="{{ipInfoList}}" wx:key="index" class="brand-item">
|
|
|
<image src="{{item.ipUrl}}" data-item="{{item}}" class="brand-image"></image>
|
|
<image src="{{item.ipUrl}}" data-item="{{item}}" class="brand-image"></image>
|
|
|
<text class="brand-name">{{item.name}}</text>
|
|
<text class="brand-name">{{item.name}}</text>
|
|
@@ -37,7 +36,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="brand-bar mini" style="{{isBrandMini ? 'opacity: 1;' : 'opacity: 0;'}}">
|
|
<view class="brand-bar mini" style="{{isBrandMini ? 'opacity: 1;' : 'opacity: 0;'}}">
|
|
|
- brand-bar
|
|
|
|
|
|
|
+ brand mini
|
|
|
<view wx:for="{{ipInfoList}}" wx:key="index" class="brand-item">
|
|
<view wx:for="{{ipInfoList}}" wx:key="index" class="brand-item">
|
|
|
<image src="{{item.ipUrl}}" data-item="{{item}}" class="brand-image"></image>
|
|
<image src="{{item.ipUrl}}" data-item="{{item}}" class="brand-image"></image>
|
|
|
<text class="brand-name">{{item.name}}</text>
|
|
<text class="brand-name">{{item.name}}</text>
|