You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 line
27 KiB
Plaintext
1 line
27 KiB
Plaintext
|
1 year ago
|
<view><view data-event-opts="{{[['touchstart',[['touchStart',['$event']]]]]}}" class="container" style="position:relative;overflow:hidden;" bindtouchstart="__e"><view class="weui-search-bar__form"><view hover-class="none" id="searchInputBox" hover-stop-propagation="{{false}}"><view class="the_city v-center" hover-class="thover" data-event-opts="{{[['tap',[['goCity',['$event']]]]]}}" bindtap="__e"><view class="f16 fw500 dib oelps" style="width:36px;">{{searchCityParamStorage.name==''?'全国':searchCityParamStorage.shortName}}</view><view class="iconfont icon-zhankai f12 _i"></view></view><view class="weui-search-bar__box" style="overflow:hidden;" id="searchInput" data-event-opts="{{[['tap',[['goSearch',['$event']]]]]}}" catchtap="__e"><view class="iconfont icon-sousuo11 _i"></view><swiper class="c9 f14 ml4" style="height:40px;width:70px;line-height:42px;" autoplay="{{true}}" circular="{{true}}" vertical="{{true}}" interval="{{5000}}" duration="{{600}}" data-event-opts="{{[['change',[['getSwiperIndex',['$event']]]]]}}" bindchange="__e"><block wx:for="{{swiperTextList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><swiper-item data-event-opts="{{[['touchmove',[['modalMove',['$event']]]]]}}" catchtouchmove="__e"><view class="single-word color-gray" data-item="{{item}}">{{item}}</view></swiper-item></block></block></swiper><view data-event-opts="{{[['tap',[['goSearch',['$event']]]]]}}" class="search" style="color:var(--color-ysd);" catchtap="__e">搜索</view></view></view></view><scroll-view style="height:calc(100vh - 80px);margin-top:60px;" id="listBox" scroll-top="{{topNum}}" enhanced="{{true}}" enable-passive="{{true}}" scroll-x="{{false}}" scroll-y="{{whichOneShow=='special'?false:true}}" scroll-into-view="{{scrollTo}}" scroll-with-animation="{{false}}" enable-back-to-top="{{true}}" data-event-opts="{{[['scrolltolower',[['onScrollToLower',['$event']]]],['dragstart',[['listTouchStart',['$event']]]],['scroll',[['listTouchMove',['$event']]]]]}}" bindscrolltolower="__e" binddragstart="__e" bindscroll="__e"><view hover-class="none" hover-stop-propagation="{{false}}"><view class="sticky" style="top:0px;display:none;" id="sticky" hover-class="none" hover-stop-propagation="{{false}}"><view class="fsa searchBar"><view class="fsa" hover-class="none" hover-stop-propagation="{{false}}"><view class="tarbar" data-id="0" data-event-opts="{{[['tap',[['collectChange',['$event']]]]]}}" bindtap="__e"><view class="{{['tarbarText '+(choiceCollect=='0'?'collectActive':'')]}}">全部</view></view><view class="tarbar" style="margin-left:24px;" data-id="1" data-event-opts="{{[['tap',[['collectChange',['$event']]]]]}}" bindtap="__e"><view class="{{['tarbarText '+(choiceCollect=='1'?'collectActive':'')]}}">收藏</view></view></view><view class="xgxg" id="menu"><view class="fsa" style="justify-content:space-beteween;height:44px;"><view class="{{['csbf c6 f14 dn '+(whichOneShow=='sex'?'active':'')+' '+(sexid!=''&&sexid!='-1'?'activecolor':'')]}}" data-type="sex" data-event-opts="{{[['tap',[['chooseNl',['$event']]]]]}}" catchtap="__e">{{''+secondMenu+''}}<block wx:if="{{whichOneShow=='sex'}}"><view class="{{['_i','iconfont icon-shouqi f12 '+(sexid!='-1'?'cf40':'c9')+' fst ml4']}}"></view></block><block wx:else><view class="{{['_i','iconfont icon-zhankai f12 '+(sexid!='-1'?'cf40':'c9')+' fst ml4']}}" data-type="sex"></view></block><block wx:if="{{whichOneShow=='sex'}}"><scroll-view data-event-opts="{{[['touchmove',[['cc',['$event']]]]]}}" class="gjFixed" catchtouchmove="__e"><view class="bgf tl c3 filter filterprice sort"><view class="{{['f16 fw500 p016 '+(sexid=='-1'?'cf00 b1':'')]}}" style="line-height:42px;" data-id="-1" data-type="sex" hover-class="thover" data-event-opts="{{[['tap',[['choiceSex',['$event']]]]]}}" bindtap="__e">男女不限</view><view class="{{['f16 fw500 p016 '+(sexid=='1'?'cf00 b1':'')]}}" style="line-height:42px;" data-id="1" data-type="sex" hover-class="thover" data-event-opts="{{[['tap',[['choiceSex',['$event']]]]]}}" bindtap="__e">男</view><view class="{{['f16 fw500 p016 '+(sexid=='2'?'cf00 b1':'')]}}"
|