|
|
@@ -17,7 +17,7 @@
|
|
|
</view>
|
|
|
<!-- <banner position="index" bannerList="{{bannerList}}"/> -->
|
|
|
|
|
|
- <view class="hot-bar">
|
|
|
+ <view class="hot-bar hot-bar-1">
|
|
|
<view class="hot-A">
|
|
|
<image src="/images/index/hot-left.png" class="hot-image" bind:tap="hotBut"></image>
|
|
|
</view>
|
|
|
@@ -28,18 +28,37 @@
|
|
|
<image src="/images/index/hot-right.png" class="hot-image" bind:tap="presaleBut"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="brand-bar">
|
|
|
+ <view class="brand-bar brand-bar-1">
|
|
|
<view wx:for="{{ipInfoList}}" wx:key="index" class="brand-item">
|
|
|
<image src="{{item.ipUrl}}" data-item="{{item}}" class="brand-image"></image>
|
|
|
<!-- <text class="brand-name">{{item.name}}</text> -->
|
|
|
</view>
|
|
|
</view>
|
|
|
- <!-- <view class="slider">
|
|
|
- <view class="slider-item">
|
|
|
- slider
|
|
|
+ <view class="category category-1 {{isCategoryMini_1 ? 'mini' : ''}}">
|
|
|
+ <view wx:for="{{prodClassList}}" wx:key="index" class="category-item">
|
|
|
+ <image src="{{item.classUrl}}" data-item="{{item}}" class="category-image"></image>
|
|
|
+ <span>{{ item.title }}</span>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="hot-bar hot-bar-2">
|
|
|
+ <view class="hot-A">
|
|
|
+ <image src="/images/index/hot-left.png" class="hot-image" bind:tap="hotBut"></image>
|
|
|
+ </view>
|
|
|
+ <view class="hot-B">
|
|
|
+ <image src="/images/index/hot-middle.png" class="hot-image" bind:tap="newBut"></image>
|
|
|
+ </view>
|
|
|
+ <view class="hot-C">
|
|
|
+ <image src="/images/index/hot-right.png" class="hot-image" bind:tap="presaleBut"></image>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="brand-bar brand-bar-2">
|
|
|
+ <view wx:for="{{ipInfoList}}" wx:key="index" class="brand-item">
|
|
|
+ <image src="{{item.ipUrl}}" data-item="{{item}}" class="brand-image"></image>
|
|
|
+ <!-- <text class="brand-name">{{item.name}}</text> -->
|
|
|
</view>
|
|
|
- </view> -->
|
|
|
- <view class="category {{isCategoryMini ? 'mini' : ''}}">
|
|
|
+ </view>
|
|
|
+ <view class="category category-2 {{isCategoryMini_2 ? 'mini' : ''}}">
|
|
|
<view wx:for="{{prodClassList}}" wx:key="index" class="category-item">
|
|
|
<image src="{{item.classUrl}}" data-item="{{item}}" class="category-image"></image>
|
|
|
<span>{{ item.title }}</span>
|