2024-01-22 18:48:00 +08:00

17 lines
1.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="search-title">维修保养记录普通查询</view>
<view class="search-text">查询此项可以获得车辆在4S店进店时候的真实公里数真实的维修大修小修记录详细保养记录事故、水泡、火烧车一查便知郑重承诺查不到全额退款获得目标车架号VIN默认您已获得车主授权</view>
<view>
<input bindinput="mileageChanage" class="vin-input" maxlength="17" placeholder="车辆识别码/车架号" type="text" value="{{mileage}}"></input>
<view style="display:inline-block;width:75rpx;margin-left:25rpx;">
<navigator bindtap="saoys" class="camera-nav" hoverClass="none" selectedOptions="{{['plateNum','vehicleType','owner']}}">
<image class="camera-img" src="/assets/images/scan.png"></image>
<text style="font-size:24rpx;">扫一扫</text>
</navigator>
</view>
</view>
<button bindtap="queryVolation" class="search-button">开始查询</button>
<view class="help-view">
<text bindtap="toDetailExample" class="help-example">样例报告</text>
<text bindtap="toHelpVin" class="help-wht">扫一扫识别行驶证成功率更高~</text>
</view>