|
|
@ -1,8 +1,15 @@ |
|
|
<!--pages/customerChooseTemplate/customerChooseTemplate.wxml--> |
|
|
<!--pages/customerChooseTemplate/customerChooseTemplate.wxml--> |
|
|
<swiper current="{{currentTab}}" class="swiper-box" style='height:{{winHeight}}px' duration="300" bindchange="bindChange"> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="swiper-tab"> |
|
|
|
|
|
<view class="swiper-tab-list {{currentTab==0 ? 'on' : ''}}" data-current="0" bindtap="swichNav">全部</view> |
|
|
|
|
|
<view class="swiper-tab-list {{currentTab==1 ? 'on' : ''}}" data-current="1" bindtap="swichNav">收藏夹</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<swiper current="{{currentTab}}" class="swiper-box" style='height:{{winHeight-50}}px' duration="300" bindchange="bindChange"> |
|
|
<swiper-item class="swiper-items1"> |
|
|
<swiper-item class="swiper-items1"> |
|
|
<view class='searchView'> |
|
|
<view class='searchView'> |
|
|
<input class='imput_goodsName' bindinput='getCustomerBySearchString' type='text' placeholder='请输入搜索条件' placeholder-style='color:rgb(202, 202, 202)'></input> |
|
|
<input class='imput_goodsName' bindinput='getCustomerBySearchString' type='text' placeholder='请输入搜索条件' placeholder-style='color:rgb(202, 202, 202)'></input> |
|
|
|
|
|
<view class='storageView' catchtap='storegeBtnClick'>收藏</view> |
|
|
</view> |
|
|
</view> |
|
|
<scroll-view scroll-x="false" scroll-y="true" class='scroll-views' bindscrolltoupper="unCheckedScrollUpper" bindscrolltolower="unCheckedScrollLower"> |
|
|
<scroll-view scroll-x="false" scroll-y="true" class='scroll-views' bindscrolltoupper="unCheckedScrollUpper" bindscrolltolower="unCheckedScrollLower"> |
|
|
<view class='listBackGroundView'> |
|
|
<view class='listBackGroundView'> |
|
|
|