chache/packageA/pages/carobd/incxjl.wxml

14 lines
777 B
Plaintext
Raw Normal View History

2024-01-22 18:48:00 +08:00
<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>