|
|
@ -19,7 +19,9 @@ |
|
|
<view style="height: 20rpx;width: 100%;background: #F7F7F7;"></view> |
|
|
<view style="height: 20rpx;width: 100%;background: #F7F7F7;"></view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<scroll-view scroll-x scroll-with-animation enable-flex scroll-left="{{scrollLeft}}" id="menus" |
|
|
<scroll-view scroll-x scroll-with-animation enable-flex id="menus" |
|
|
|
|
|
scroll-into-view="{{scrollDom}}" scroll-into-view-offset="{{scrollDomLeft}}" |
|
|
|
|
|
|
|
|
class="scroll-menus{{fixed?' fixed-menus':''}}" style="top:{{top}}px" wx:if="{{supplierInfo&&supplierInfo.products.length>0}}"> |
|
|
class="scroll-menus{{fixed?' fixed-menus':''}}" style="top:{{top}}px" wx:if="{{supplierInfo&&supplierInfo.products.length>0}}"> |
|
|
<view id="scrollView{{index}}" class="scroll-menu-item {{idIndex==index?'active':''}}" |
|
|
<view id="scrollView{{index}}" class="scroll-menu-item {{idIndex==index?'active':''}}" |
|
|
wx:for="{{supplierInfo.products}}" data-item="{{item}}" data-index="{{index}}" |
|
|
wx:for="{{supplierInfo.products}}" data-item="{{item}}" data-index="{{index}}" |
|
|
|