|
|
|
@ -1,32 +1,12 @@
|
|
|
|
<view style class="container" bindtouchstart="touchStart">
|
|
|
|
<view style class="container" bindtouchstart="touchStart">
|
|
|
|
<view class="navigatorBar" hover-class="none" style="height:{{navigationBarHeight + statusBarHeight}}px;z-index:{{leftShow ? '99':'0'}};box-sizing:border-box" hover-stop-propagation="false">
|
|
|
|
<!-- <view class="navigatorBar" hover-class="none" style="height:{{navigationBarHeight + statusBarHeight}}px;z-index:{{leftShow ? '99':'0'}};box-sizing:border-box" hover-stop-propagation="false">
|
|
|
|
<view class="tabs daotian display-flex fw500" style="width:128px;text-align:center;padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 4}}px;margin-top:{{}};font-size:34rpx;letter-spacing: 1px;">伯才供应链</view>
|
|
|
|
<view class="tabs daotian display-flex fw500" style="width:128px;text-align:center;padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2) + 4}}px;margin-top:{{}};font-size:34rpx;letter-spacing: 1px;">伯才供应链</view>
|
|
|
|
</view>
|
|
|
|
</view>-->
|
|
|
|
<view class="weui-search-bar__form">
|
|
|
|
<view class="weui-search-bar__form"></view>
|
|
|
|
<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">
|
|
|
|
|
|
|
|
<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 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>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<!-- bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" refresher-enabled="{{true}}" -->
|
|
|
|
<!-- 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 - 130px)" 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" hover-stop-propagation="false">
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="navigator" style="display:none">
|
|
|
|
<view class="navigator" wx:if="{{false}}">
|
|
|
|
<!-- <view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
|
|
|
|
<!-- <view class="navigatorBar" hover-class="none" style="padding-top:{{statusBarHeight + ((navigationBarHeight - menuButtonHeight) / 2)}}px" hover-stop-propagation="false">
|
|
|
|
<view class="tabs display-flex" style="width:128px;text-align:center;margin-top:{{}}">
|
|
|
|
<view class="tabs display-flex" style="width:128px;text-align:center;margin-top:{{}}">
|
|
|
|
<view class="tarbar" style bindtap="choosenTop" data-id="1">
|
|
|
|
<view class="tarbar" style bindtap="choosenTop" data-id="1">
|
|
|
|
@ -115,9 +95,9 @@
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>-->
|
|
|
|
</view>-->
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class hover-class="none" wx:if="{{false}}" hover-stop-propagation="false">
|
|
|
|
<view id="navBox" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view id="navBox" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<view class="bannerContainer" wx:if="{{false}}">
|
|
|
|
<view class="bannerContainer">
|
|
|
|
<!-- indicator-dots="{{true}}" -->
|
|
|
|
<!-- indicator-dots="{{true}}" -->
|
|
|
|
<swiper class="banner" autoplay="{{true}}" previous-margin="-3px" next-margin="-3px" circular="{{true}}" current="0" current-item-id interval="3000" duration="300" display-multiple-items="1" skip-hidden-item-layout="false">
|
|
|
|
<swiper class="banner" autoplay="{{true}}" previous-margin="-3px" next-margin="-3px" circular="{{true}}" current="0" current-item-id interval="3000" duration="300" display-multiple-items="1" skip-hidden-item-layout="false">
|
|
|
|
<swiper-item class wx:for="{{bannerList}}" wx:key="index" item-id>
|
|
|
|
<swiper-item class wx:for="{{bannerList}}" wx:key="index" item-id>
|
|
|
|
@ -161,6 +141,30 @@
|
|
|
|
<!-- <official-account></official-account> -->
|
|
|
|
<!-- <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 /> -->
|
|
|
|
<!-- <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="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 searchBar" catchtouchmove="modalMove" style>
|
|
|
|
<view class="fsa" style="align-items:end;width:100%" hover-class="none" hover-stop-propagation="false">
|
|
|
|
<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">
|
|
|
|
<view class="fsa" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|