| | |
| | | <t-search placeholder="{{placeholder}}" leftIcon="search" disabled> </t-search> |
| | | </view> |
| | | <t-sticky> |
| | | <filter sceneMode="{{1}}" bind:sortsChange="handleSortsChange" bind:timeInitValue="initTime" |
| | | bind:timePickerChange="handleTimePickerChange" bind:sceneInitValue="initScene" |
| | | bind:scenePickerChange="handleScenePickerChange" bind:showFilterPopup="showFilterPopup"> |
| | | <filter-popup-2 slot="filterPopup" show="{{show}}" bind:showFilterPopupClose="showFilterPopupClose" |
| | | bind:initValue="initPopup" bind:reset="onPopupSearch" bind:confirm="onPopupSearch"> |
| | | <filter |
| | | sceneMode="{{1}}" |
| | | bind:sortsChange="handleSortsChange" |
| | | bind:timeInitValue="initTime" |
| | | bind:timePickerChange="handleTimePickerChange" |
| | | bind:sceneInitValue="initScene" |
| | | bind:scenePickerChange="handleScenePickerChange" |
| | | bind:showFilterPopup="showFilterPopup" |
| | | > |
| | | <filter-popup-2 |
| | | slot="filterPopup" |
| | | show="{{show}}" |
| | | bind:showFilterPopupClose="showFilterPopupClose" |
| | | bind:initValue="initPopup" |
| | | bind:reset="onPopupSearch" |
| | | bind:confirm="onPopupSearch" |
| | | > |
| | | </filter-popup-2> |
| | | </filter> |
| | | <include src="./topic.wxml" /> |
| | |
| | | <include src="./rank-result.wxml" /> |
| | | </block> |
| | | <t-empty-page wx:elif="{{!pageLoading}}" description="无自评记录" /> |
| | | <load-more list-is-empty="{{!searchResult.length}}" status="{{loadStatus}}" bind:retry="_startLoad" /> |
| | | <load-more |
| | | list-is-empty="{{!searchResult.length}}" |
| | | status="{{loadStatus}}" |
| | | bind:retry="_startLoad" |
| | | /> |
| | | </view> |
| | | <view class="page-footer"></view> |
| | | </view> |
| | | </view> |