|
|
@@ -20,19 +20,19 @@
|
|
|
<view class="filter-lists">
|
|
|
<view wx:if="{{filterList == 1}}" class="filter-list1" id="list1">
|
|
|
<view wx:for="{{filterName[1].list}}" wx:for-item="item" wx:key="type">
|
|
|
- <view class="filter-list-title default-primary-color-font">{{item.sub}}</view>
|
|
|
- <view class="filter-list-subtitle default-primary-color-font">{{item.item[0].secondSub}}</view>
|
|
|
- <view class="filter-list-item" wx:for="{{item.item[0].subitem}}" wx:for-item="name" wx:key="*this"
|
|
|
+ <view class="filter-list-title primary-text-color">{{item.sub}}</view>
|
|
|
+ <view class="filter-list-subtitle primary-text-color">{{item.item[0].secondSub}}</view>
|
|
|
+ <view class="filter-list-item secondary-text-color" wx:for="{{item.item[0].subitem}}" wx:for-item="name" wx:key="*this"
|
|
|
data-filter-list="1" data-filter-item="{{name}}" bindtap="toggleFilterItem">{{name}}<view
|
|
|
wx:if="{{filterItem[1] == name}}">✔</view>
|
|
|
</view>
|
|
|
- <view class="filter-list-subtitle default-primary-color-font">{{item.item[1].secondSub}}</view>
|
|
|
- <view class="filter-list-item" wx:for="{{item.item[1].subitem}}" wx:for-item="name" wx:key="*this"
|
|
|
+ <view class="filter-list-subtitle primary-text-color">{{item.item[1].secondSub}}</view>
|
|
|
+ <view class="filter-list-item secondary-text-color" wx:for="{{item.item[1].subitem}}" wx:for-item="name" wx:key="*this"
|
|
|
data-filter-list="1" data-filter-item="{{name}}" bindtap="toggleFilterItem">{{name}}<view
|
|
|
wx:if="{{filterItem[1] == name}}">✔</view>
|
|
|
</view>
|
|
|
- <view class="filter-list-subtitle default-primary-color-font">{{item.item[2].secondSub}}</view>
|
|
|
- <view class="filter-list-item" wx:for="{{item.item[2].subitem}}" wx:for-item="name" wx:key="*this"
|
|
|
+ <view class="filter-list-subtitle primary-text-color">{{item.item[2].secondSub}}</view>
|
|
|
+ <view class="filter-list-item secondary-text-color" wx:for="{{item.item[2].subitem}}" wx:for-item="name" wx:key="*this"
|
|
|
data-filter-list="1" data-filter-item="{{name}}" bindtap="toggleFilterItem">{{name}}<view
|
|
|
wx:if="{{filterItem[1] == name}}">✔</view>
|
|
|
</view>
|
|
|
@@ -40,14 +40,14 @@
|
|
|
</view>
|
|
|
<view class="filter-list"></view>
|
|
|
<view wx:if="{{filterList == 2}}" class="filter-list" id="list2">
|
|
|
- <view class="filter-list-item" wx:for="{{filterName[2].item}}" wx:for-item="name" wx:key="*this"
|
|
|
+ <view class="filter-list-item secondary-text-color" wx:for="{{filterName[2].item}}" wx:for-item="name" wx:key="*this"
|
|
|
data-filter-list="2" data-filter-item="{{name}}" bindtap="toggleFilterItem">{{name}}<view
|
|
|
wx:if="{{filterItem[2] == name}}">✔</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="filter-list"></view>
|
|
|
<view wx:if="{{filterList == 3}}" class="filter-list" id="list3">
|
|
|
- <view class="filter-list-item" wx:for="{{filterName[3].item}}" wx:for-item="name" wx:key="*this"
|
|
|
+ <view class="filter-list-item secondary-text-color" wx:for="{{filterName[3].item}}" wx:for-item="name" wx:key="*this"
|
|
|
data-filter-list="3" data-filter-item="{{name}}" bindtap="toggleFilterItem">{{name}}<view
|
|
|
wx:if="{{filterItem[3] == name}}">✔</view>
|
|
|
</view>
|