26 lines
1.6 KiB
Plaintext
26 lines
1.6 KiB
Plaintext
<view>
|
|
<view class="searchLetter touchClass">
|
|
<view catchtouchend="searchEnd" catchtouchmove="searchMove" catchtouchstart="searchStart" data-letter="{{item.name}}" style="height:{{itemH}}px" wx:for="{{searchLetter}}" wx:key="index"> {{item.name}} </view>
|
|
</view>
|
|
<view class="showSlectedLetter" wx:if="{{isShowLetter}}"> {{showLetter}} </view>
|
|
<scroll-view scrollTop="{{scrollTop}}" scrollY="true" style="height:{{winHeight}}px">
|
|
<view class="selection" wx:if="{{carList.length>0}}" wx:for="{{carList}}" wx:key="index">
|
|
<view class="item_letter">{{item.shou_zm}}</view>
|
|
<view bindtap="btn_pinpai" class="item_city" data-brand="{{ct.brand_id}}" wx:for="{{item.carInfo}}" wx:for-item="ct" wx:key="index"> {{ct.name}} </view>
|
|
</view>
|
|
</scroll-view>
|
|
<scroll-view class="scoll_car_service" scrollY="true" style="height:{{car_type_hight}};display:{{two_none}}">
|
|
<view class="selection" wx:for="{{car_series}}" wx:key="index">
|
|
<label bindtap="btn_name" class="tab2" data-brandid="{{item.brand_id}}" data-familyid="{{item.series_id}}"> {{item.series_name}} </label>
|
|
</view>
|
|
</scroll-view>
|
|
<scroll-view class="scoll_vender_service" scrollY="true" style="height:{{car_type_hight}};display:{{three_none}}">
|
|
<view wx:for="{{car_vend_ser}}" wx:key="index">
|
|
<text bindtap="btn_sel_name" class="tab3" data-item="{{item}}">{{item.fullname}}</text>
|
|
</view>
|
|
</scroll-view>
|
|
</view>
|
|
<view bindtap="goback" class="goback" style="display:{{hasback}}">
|
|
<text class="arrow"></text>
|
|
</view>
|