index.wxml 1.1 KB

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