16 lines
705 B
Plaintext
16 lines
705 B
Plaintext
<view>
|
|
<scroll-view scrollY="true" style="height:{{winHeight}}px">
|
|
<view class="selection" wx:for="{{year_list}}" wx:key="index">
|
|
<view bindtap="btn_pinpai" class="item_city" data-year="{{item}}"> {{item}} </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="{{mouth_list}}" wx:key="index">
|
|
<label bindtap="btn_sel_name" class="tab2" data-mouth="{{item}}"> {{item}} </label>
|
|
</view>
|
|
</scroll-view>
|
|
</view>
|
|
<view bindtap="goback" class="goback" style="display:{{hasback}}">
|
|
<text class="arrow"></text>
|
|
</view>
|