home-brand.ttml 662 Bytes
  <view class='horImgContainer'>
    <scroll-view class='horImgScrollView' scroll-x="true">
      <block wx:for="{{brandList}}" wx:key="{{index}}">
        <view class="hor-Item" style="margin-left:{{index==0?'16rpx':'0'}}" 
        bindtap="jumpByRule" data-jump_rule="{{item.url}}" 
        data-brand-id="{{item.id}}" data-brand-name="{{item.name}}"
         data-brand-index="{{index}}" data-f_id="{{f_id}}" 
         data-f_index='{{f_index}}' data-f_inindex='{{index}}' 
         data-f_name='{{f_name}}'>
          <image class="hor-itemImage" src="{{item.src}}"
           mode="scaleToFill" />
        </view>
      </block>
    </scroll-view>
  </view>