1 |
- <view class="content data-v-64d2b7fe"><view class="sTopBox data-v-64d2b7fe"><view class="searchInputBox data-v-64d2b7fe"><image class="simg data-v-64d2b7fe" src="../../static/img/icon_search.png" mode></image><input class="ssinput data-v-64d2b7fe" type="text" placeholder="请输入车型品牌,车系名称或VIN码" placeholder-class="ip" data-event-opts="{{[['confirm',[['searchFn',['$event']]]],['input',[['__set_model',['','value','$event',[]]]]]]}}" value="{{value}}" bindconfirm="__e" bindinput="__e"/></view><view data-event-opts="{{[['tap',[['searchFn',['$event']]]]]}}" class="searchBtn data-v-64d2b7fe" bindtap="__e">搜索</view></view><view class="box data-v-64d2b7fe"><block wx:for="{{carMlist}}" wx:for-item="item" wx:for-index="index"><view class="historyLine data-v-64d2b7fe"><view data-event-opts="{{[['tap',[['carMbtn',['$0'],[[['carMlist','',index]]]]]]]}}" class="historylinecar data-v-64d2b7fe" bindtap="__e">{{item.title}}</view></view></block></view><block wx:if="{{ckCarShow}}"><view class="ckcarBox data-v-64d2b7fe"><view class="ckcar data-v-64d2b7fe"><view class="ckcarTop flex data-v-64d2b7fe"><view class="ckcarTitle data-v-64d2b7fe">请选择车型</view><image class="ckcarClose data-v-64d2b7fe" src="../../static/img/icon_quxiao.png" mode data-event-opts="{{[['tap',[['ckcarClose',['$event']]]]]}}" bindtap="__e"></image></view><view class="ckcarlineBox data-v-64d2b7fe"><block wx:for="{{vinList}}" wx:for-item="item" wx:for-index="index"><view class="ckcarline flex data-v-64d2b7fe"><view class="ckcarLeft data-v-64d2b7fe">{{item.title}}</view><image class="ckcarJtimg data-v-64d2b7fe" src="../../static/img/icon_arrow.png" mode></image></view></block></view></view></view></block><block wx:if="{{popuponeShow}}"><view data-event-opts="{{[['tap',[['popupc',['$event']]]]]}}" class="popupone data-v-64d2b7fe" bindtap="__e"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="popup-content data-v-64d2b7fe" catchtap="__e"><view style="padding:24rpx 0;" class="data-v-64d2b7fe"><view class="manufactorP data-v-64d2b7fe">{{manufactor}}</view></view><scroll-view class="brandList data-v-64d2b7fe" scroll-y="true"><block wx:for="{{popuponeList}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['popuponeBtn',['$0'],[[['popuponeList','',index]]]]]]]}}" class="pLine data-v-64d2b7fe" bindtap="__e">{{item.title}}</view></block></scroll-view></view></view></block><block wx:if="{{popupTwoShow}}"><view data-event-opts="{{[['tap',[['popupcTwo',['$event']]]]]}}" class="popupone popupTwo data-v-64d2b7fe" bindtap="__e"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="popup-content data-v-64d2b7fe" catchtap="__e"><view class="data-v-64d2b7fe"><view class="manufactorPTow data-v-64d2b7fe"><label class="_span data-v-64d2b7fe">{{displacement}}</label><label data-event-opts="{{[['tap',[['poneHide',['$event']]]]]}}" bindtap="__e" class="_span data-v-64d2b7fe">上一步</label></view></view><scroll-view class="brandList data-v-64d2b7fe" scroll-y="true"><block wx:for="{{displacementList}}" wx:for-item="item" wx:for-index="index"><view data-event-opts="{{[['tap',[['',['$event']]]]]}}" class="pLine data-v-64d2b7fe" bindtap="__e">{{item.displacement}}</view></block></scroll-view></view></view></block></view>
|