index.wxml 865 B

12345678910111213
  1. <Yl_HeadNav styleType="1" sort='{{content.sort}}' bindonSearch="onSearch" />
  2. <!-- 品牌列表 -->
  3. <Tabs list="{{brandList}}" box-class='brand-box' tab-class='brand-tab-class' active-class='brand-active-class' bind:onChange="brandChange" />
  4. <!-- 产品列表 -->
  5. <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' />
  6. <view class="division" />
  7. <Yl_ListBox id='ListBox' bind:getlist='getList'>
  8. <List list="{{list}}" userrole='{{userrole}}' />
  9. </Yl_ListBox>
  10. <!-- 筛选条件 -->
  11. <Yl_Filtrate id='Filtrate' list="{{filter}}" bind:handle="handleFilter" dateRange='{{false}}' />
  12. <!-- 购物车按钮 -->
  13. <Float wx:if="{{userrole!='业务员'}}" id="Float" pageType='Tool' />