|
@@ -23,7 +23,7 @@
|
|
<block wx:if="{{productList.length>=1}}">
|
|
<block wx:if="{{productList.length>=1}}">
|
|
<My_CenterTheTitle title="商户产品"></My_CenterTheTitle>
|
|
<My_CenterTheTitle title="商户产品"></My_CenterTheTitle>
|
|
<view class="show-prod-list-box">
|
|
<view class="show-prod-list-box">
|
|
- <swiper class="show-prod-list" autoplay circular indicator-active-color="#4DC2D4" indicator-color="#D8D8D8" indicator-dots snap-to-edge>
|
|
|
|
|
|
+ <swiper class="{{double?'show-prod-list':'show-prod-list2'}}" autoplay circular indicator-active-color="#4DC2D4" indicator-color="#D8D8D8" indicator-dots snap-to-edge>
|
|
<swiper-item wx:for="{{productList}}">
|
|
<swiper-item wx:for="{{productList}}">
|
|
<My_VerticalBox list='{{item}}' pageType="zhanhui"></My_VerticalBox>
|
|
<My_VerticalBox list='{{item}}' pageType="zhanhui"></My_VerticalBox>
|
|
</swiper-item>
|
|
</swiper-item>
|