|
|
<view class="list-container">
|
|
|
<view class="list-container" style="min-height:{{windowHeight}}px;">
|
|
|
<view class="filter-view">
|
|
|
<product-list-filter bind:sortchange="sortChange"></product-list-filter>
|
|
|
</view>
|
|
|
<view class="list-view">
|
|
|
<product-list list="{{productList}}"
|
|
|
show-loading="{{showLoading}}"
|
|
|
show-no-more="{{showNoMore}}"></product-list>
|
|
|
<view class="no-res" wx:if="{{noResult}}">
|
|
|
<image class="no-res-img" src="../../../static/images/nosearch-ic@3x.png"></image>
|
|
|
<view class="no-res-txt">未搜索到任何相关商品</view>
|
|
|
</view>
|
|
|
<view wx:if="{{productList.length}}">
|
|
|
<product-list list="{{productList}}"
|
|
|
show-loading="{{showLoading}}"
|
|
|
show-no-more="{{showNoMore}}"></product-list>
|
|
|
</view>
|
|
|
</view>
|
|
|
<copyright></copyright>
|
|
|
<copyright class="copy-right"></copyright>
|
|
|
<quick-navigation show-menu="{{true}}" show-back-top="{{showBackTop}}" bindbacktop="backTop"></quick-navigation>
|
|
|
</view> |
|
|
\ No newline at end of file |
...
|
...
|
|