chache/packageA/pages/carobd/incxjl.wxml
2024-01-22 18:48:00 +08:00

14 lines
777 B
Plaintext
Raw 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">汽车OBD故障码查询</view>
<view class="search-text">车OBD故障码查询返回中文含义、英文含义、故障范围、描述等</view>
<view>
<input bindinput="mileageChanage" class="vin-input" maxlength="17" placeholder="OBD故障码" type="text" value="{{mileage}}"></input>
<view style="display:inline-block;width:75rpx;margin-left:25rpx;"></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>
<import src="../footer/footer.wxml"></import>
<template is="item" data="{{text:'forbar'}}"></template>