components/filter/index.wxml
@@ -1,6 +1,6 @@ <import src="/behaviors/picker/template-selector.wxml" /> <t-sticky> <!-- <t-sticky> --> <view class="filter-wrap"> <view class="filter-item" bind:tap="handleSort"> <text style="color: {{sorts !== '' ? color : '' }}">评分</text> @@ -33,7 +33,7 @@ <view class="filter-wrap-2"> <include src="/behaviors/picker/scene/template-scene.wxml" /> </view> </t-sticky> <!-- </t-sticky> --> <include src="/behaviors/picker/time/template-time.wxml" /> <!-- 筛选弹框 -->