|
@@ -3,25 +3,15 @@
|
|
|
<template is="skeleton" wx:if="{{loading}}" />
|
|
<template is="skeleton" wx:if="{{loading}}" />
|
|
|
|
|
|
|
|
<Yl_HeadNav styleType="1" sort='{{content.sort}}' bindonSearch="onSearch" />
|
|
<Yl_HeadNav styleType="1" sort='{{content.sort}}' bindonSearch="onSearch" />
|
|
|
-
|
|
|
|
|
<!-- 品牌列表 -->
|
|
<!-- 品牌列表 -->
|
|
|
<Tabs list="{{brandList}}" box-class='brand-box' tab-class='brand-tab-class' active-class='brand-active-class' />
|
|
<Tabs list="{{brandList}}" box-class='brand-box' tab-class='brand-tab-class' active-class='brand-active-class' />
|
|
|
<!-- 产品列表 -->
|
|
<!-- 产品列表 -->
|
|
|
<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' />
|
|
<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" />
|
|
<view class="division" />
|
|
|
<Yl_ListBox id='ListBox' bind:getlist='getList'>
|
|
<Yl_ListBox id='ListBox' bind:getlist='getList'>
|
|
|
<List list="{{list}}" />
|
|
<List list="{{list}}" />
|
|
|
</Yl_ListBox>
|
|
</Yl_ListBox>
|
|
|
-
|
|
|
|
|
-<Yl_FloatingButton useSlot bindtap="toShopping">
|
|
|
|
|
- <view>
|
|
|
|
|
- <text class="corner-mark">99+</text>
|
|
|
|
|
- <image style="width: 160rpx; height: 160rpx; transform: translate(-50%,-50%);" src='/static/image/shopping.png' data-title="新建线索" />
|
|
|
|
|
- </view>
|
|
|
|
|
-</Yl_FloatingButton>
|
|
|
|
|
-
|
|
|
|
|
<!-- 筛选条件 -->
|
|
<!-- 筛选条件 -->
|
|
|
<Yl_Filtrate id='Filtrate' bind:handle="handleFilter" />
|
|
<Yl_Filtrate id='Filtrate' bind:handle="handleFilter" />
|
|
|
|
|
+<!-- 购物车按钮 -->
|
|
|
|
|
+<Float id="Float" />
|