|
|
|
@ -114,7 +114,7 @@
|
|
|
|
<scroll-view class style="padding:0;background-color:#f5f5f5" scroll-y="{{true}}" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<scroll-view class style="padding:0;background-color:#f5f5f5" scroll-y="{{true}}" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="{{item.id == filterTo ? 'filterActive' : ''}} c3" style="width:84px;padding:12px 0" wx:for="{{anchorList}}" wx:for-item="item" catchtap="goAnchor" data-item="{{item}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</view>
|
|
|
|
<view class="{{item.id == filterTo ? 'filterActive' : ''}} c3" style="width:84px;padding:12px 0" wx:for="{{anchorList}}" wx:for-item="item" catchtap="goAnchor" data-item="{{item}}" hover-class="none" hover-stop-propagation="false">{{item.name}}</view>
|
|
|
|
</scroll-view>
|
|
|
|
</scroll-view>
|
|
|
|
<scroll-view style="width:calc(100% - 100px);padding:8px" bindscroll="catchScrollInfo" data-filter-to="{{filterTo}}" catchtap scroll-y="{{true}}" scroll-into-view="{{filterTo}}" scroll-with-animation="{{true}}">
|
|
|
|
<scroll-view style="width:calc(100% - 100px);padding:8px" bindscroll="catchScrollInfo" data-filter-to="{{filterTo}}" scroll-into-view="{{filterTo}}" catchtap scroll-y="{{true}}" scroll-with-animation="{{true}}">
|
|
|
|
<view class="sub" id="age" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="sub" id="age" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="title">年龄(岁)</view>
|
|
|
|
<view class="title">年龄(岁)</view>
|
|
|
|
<view class="content por" style="justify-content:space-between">
|
|
|
|
<view class="content por" style="justify-content:space-between">
|
|
|
|
|