|
|
|
|
@ -4,7 +4,32 @@
|
|
|
|
|
</view>-->
|
|
|
|
|
<view class="weui-search-bar__form"></view>
|
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
|
|
|
|
|
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style='height:calc(100vh - 85px)' enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
|
|
|
|
|
|
|
|
|
|
<scroll-view id="listBox" bindscrolltolower="onScrollToLower" scroll-top="{{topNum}}" enhanced binddragstart="listTouchStart" bindscroll="listTouchMove" style="height:calc(100vh - 85px)" enable-passive scroll-x="false" scroll-y="true" scroll-into-view="{{scrollTo}}" scroll-with-animation="false" enable-back-to-top="true">
|
|
|
|
|
<view class hover-class="none" id="searchInputBox" hover-stop-propagation="false">
|
|
|
|
|
<view class="the_city v-center" style hover-class="thover" bindtap="goCity">
|
|
|
|
|
<view class="f16 fw500 dib oelps" style="width:36px">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>
|
|
|
|
|
<i class="iconfont icon-zhankai f12" style></i>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-search-bar__box" id="searchInput" style="overflow:hidden" catchtap="goSearch">
|
|
|
|
|
<view class="fss" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<i class="iconfont icon-sousuo11"></i>
|
|
|
|
|
<swiper class="c9 f14 ml4" style="height: 40px;width:70px;line-height:42px" bindchange="getSwiperIndex" autoplay circular vertical interval="{{5000}}" duration="{{600}}">
|
|
|
|
|
<block wx:for="{{swiperTextList}}" wx:key="index">
|
|
|
|
|
<swiper-item catchtouchmove="modalMove">
|
|
|
|
|
<view data-item="{{item}}" class="single-word color-gray">{{item}}</view>
|
|
|
|
|
</swiper-item>
|
|
|
|
|
</block>
|
|
|
|
|
</swiper>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> -->
|
|
|
|
|
<!-- <view class="iconfont icon-guanbi11 f10 c9" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view> -->
|
|
|
|
|
<view class="search f14" catchtap="goSearch" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<image class style="width:40px;height:40px;margin-left:12px" bindtap="toEnroll" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="navigator" wx:if="{{false}}">
|
|
|
|
|
<!-- <view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
|
|
|
|
|
@ -141,30 +166,6 @@
|
|
|
|
|
<!-- <official-account></official-account> -->
|
|
|
|
|
<!-- <image class show-menu-by-longpress="{{true}}" src="../../assets/images/gzhQRcode.jpg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload /> -->
|
|
|
|
|
<view class="sticky" id="sticky" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class hover-class="none" id="searchInputBox" hover-stop-propagation="false">
|
|
|
|
|
<view class="the_city v-center" style hover-class="thover" bindtap="goCity">
|
|
|
|
|
<view class="f16 fw500 dib oelps" style="width:36px">{{searchCityParamStorage.name == '' ? '全国' : searchCityParamStorage.shortName}}</view>
|
|
|
|
|
<i class="iconfont icon-zhankai f12" style></i>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="weui-search-bar__box" id="searchInput" style="overflow:hidden" catchtap="goSearch">
|
|
|
|
|
<view class="fss" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<i class="iconfont icon-sousuo11"></i>
|
|
|
|
|
<swiper class="c9 f14 ml4" style="height: 40px;width:70px;line-height:42px" bindchange="getSwiperIndex" autoplay circular vertical interval="{{5000}}" duration="{{600}}">
|
|
|
|
|
<block wx:for="{{swiperTextList}}" wx:key="index">
|
|
|
|
|
<swiper-item catchtouchmove="modalMove">
|
|
|
|
|
<view data-item="{{item}}" class="single-word color-gray">{{item}}</view>
|
|
|
|
|
</swiper-item>
|
|
|
|
|
</block>
|
|
|
|
|
</swiper>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="weui-search-bar__input f14 oelps {{!chaShowed ? 'c9' : 'c3'}}" style="max-width: 70px;">{{inputVal}}</view> -->
|
|
|
|
|
<!-- <view class="iconfont icon-guanbi11 f10 c9" wx:if="{{chaShowed}}" style="color:#333" catchtap="clearInput"></view> -->
|
|
|
|
|
<view class="search f14" catchtap="goSearch" style="color: var(--color-ysd);">搜索</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<image class style="width:40px;height:40px;margin-left:12px" bindtap='toEnroll' src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/1shoudan/IOS/ksbm.svg" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="fsa searchBar" catchtouchmove="modalMove" style>
|
|
|
|
|
<view class="fsa" style="align-items:end;width:100%" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="fsa" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
@ -176,7 +177,7 @@
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '1'?'collectActive':''}}">附近</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="2">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '2'?'collectActive':''}}">最近更新</view>
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '2'?'collectActive':''}}">最新</view>
|
|
|
|
|
</view>
|
|
|
|
|
<!-- <view class="tarbar" style="margin-left: 24px;" bindtap="collectChange" data-id="1">
|
|
|
|
|
<view class="tarbarText {{choiceCollect == '1'?'collectActive':''}}">收藏</view>
|
|
|
|
|
|