chache/pages/vin-info/index.wxml
2024-01-16 22:53:42 +08:00

38 lines
1.5 KiB
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="content data-v-ef0fd91c">
<view class="title data-v-ef0fd91c">什么是VIN</view>
<view class="divider data-v-ef0fd91c"></view>
<view class="info data-v-ef0fd91c">
VIN (Vehicle Identification
Number)中文名为车辆识别代码俗称车架号车架号就好比一辆车的身份证号码分别由17位字母、数字组合而成。通过17位代号我们可以了解这辆车的生产厂家、年代、车型、发动机型号等信息。
</view>
<view class="divider-box data-v-ef0fd91c"></view>
<view class="title data-v-ef0fd91c">在哪可以找到?</view>
<view class="divider data-v-ef0fd91c"></view>
<view class="desc data-v-ef0fd91c">一般位于前挡风玻璃下方</view>
<view class="image-wrap data-v-ef0fd91c">
<image
class="image1 data-v-ef0fd91c"
mode="widthFix"
src="/static/images/pic_vin_info_1.png"
></image>
</view>
<view class="divider data-v-ef0fd91c"></view>
<view class="desc data-v-ef0fd91c">驾驶员一侧的中柱B柱上的铭牌</view>
<view class="image-wrap data-v-ef0fd91c">
<image
class="image2 data-v-ef0fd91c"
mode="widthFix"
src="/static/images/pic_vin_info_2.png"
></image>
</view>
<view class="divider data-v-ef0fd91c"></view>
<view class="desc data-v-ef0fd91c">机动车行驶证 、保险单上也可以找到</view>
<view class="image-wrap data-v-ef0fd91c">
<image
class="image3 data-v-ef0fd91c"
mode="widthFix"
src="/static/images/pic_vin_info_3.png"
></image>
</view>
</view>