index.wxml 829 B

1234567891011121314151617
  1. <!-- 骨架屏 -->
  2. <import src="./index.skeleton.wxml" />
  3. <template is="skeleton" wx:if="{{loading}}" />
  4. <Yl_HeadNav styleType="1" sort='{{content.sort}}' bindonSearch="onSearch" />
  5. <!-- 品牌列表 -->
  6. <Tabs list="{{brandList}}" box-class='brand-box' tab-class='brand-tab-class' active-class='brand-active-class' />
  7. <!-- 产品列表 -->
  8. <Tabs wx:for="{{typeList}}" active="{{item.active}}" wx:key="{{index}}" rowIndex="{{index}}" list="{{item.list}}" bind:onChange="typeChange" name='itemclassname' box-class='brand-box' tab-class='brand-tab-class' active-class='brand-active-class' />
  9. <view class="division" />
  10. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  11. <List list="{{list}}" />
  12. </Yl_ListBox>
  13. <!-- 筛选条件 -->
  14. <Yl_Filtrate id='Filtrate' bind:handle="handleFilter" />
  15. <!-- 购物车按钮 -->
  16. <Float id="Float" />