|
@@ -9,6 +9,13 @@
|
|
|
<!-- 产品列表 -->
|
|
|
<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}}" />
|
|
|
+</Yl_ListBox>
|
|
|
+
|
|
|
<Yl_FloatingButton useSlot bindtap="toShopping">
|
|
|
<view>
|
|
|
<text class="corner-mark">99+</text>
|
|
@@ -16,7 +23,5 @@
|
|
|
</view>
|
|
|
</Yl_FloatingButton>
|
|
|
|
|
|
-<view class="division" />
|
|
|
-<Yl_ListBox id='ListBox' bind:getlist='getList'>
|
|
|
- <List list="{{list}}" />
|
|
|
-</Yl_ListBox>
|
|
|
+<!-- 筛选条件 -->
|
|
|
+<Yl_Filtrate id='Filtrate' bind:handle="handleFilter" />
|