|
@@ -26,7 +26,7 @@
|
|
<list class="list-content" @scrollbottom="onReachBottom">
|
|
<list class="list-content" @scrollbottom="onReachBottom">
|
|
<!-- <list-item type="tab" class="tab_bar"> </list-item> -->
|
|
<!-- <list-item type="tab" class="tab_bar"> </list-item> -->
|
|
|
|
|
|
- <list-item type="search" class="search-bar">
|
|
|
|
|
|
+ <!-- <list-item type="search" class="search-bar">
|
|
<div class="search-bar__wrap">
|
|
<div class="search-bar__wrap">
|
|
<input
|
|
<input
|
|
id="search"
|
|
id="search"
|
|
@@ -39,10 +39,10 @@
|
|
src="https://yueduyun.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/img/search.png"
|
|
src="https://yueduyun.oss-cn-hangzhou.aliyuncs.com/xiaochengxu/img/search.png"
|
|
></image>
|
|
></image>
|
|
</div>
|
|
</div>
|
|
- </list-item>
|
|
|
|
|
|
+ </list-item> -->
|
|
<list-item type="filter" class="filter-wrap">
|
|
<list-item type="filter" class="filter-wrap">
|
|
<div class="filter-item">
|
|
<div class="filter-item">
|
|
- <text class="filter-item__name">类型</text>
|
|
|
|
|
|
+ <!-- <text class="filter-item__name">类型</text> -->
|
|
<div class="filter-item__list">
|
|
<div class="filter-item__list">
|
|
<block
|
|
<block
|
|
for="(category[filter.channel_id] && category[filter.channel_id].children)"
|
|
for="(category[filter.channel_id] && category[filter.channel_id].children)"
|
|
@@ -56,7 +56,7 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="filter-item">
|
|
<div class="filter-item">
|
|
- <text class="filter-item__name">是否完结</text>
|
|
|
|
|
|
+ <!-- <text class="filter-item__name">是否完结</text> -->
|
|
<div class="filter-item__list">
|
|
<div class="filter-item__list">
|
|
<block for="status">
|
|
<block for="status">
|
|
<text
|
|
<text
|