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