81 lines
3.0 KiB
Plaintext
81 lines
3.0 KiB
Plaintext
<view class="content data-v-91b17388" wx:if="{{a}}">
|
|
<view class="data-v-91b17388" wx:if="{{b}}">
|
|
<view class="module-title data-v-91b17388">车辆状态</view>
|
|
<view class="detail data-v-91b17388">
|
|
<view class="cell data-v-91b17388" wx:if="{{c}}">
|
|
<view class="title data-v-91b17388">车牌号码</view>
|
|
<view class="value data-v-91b17388">
|
|
<vehicle-number
|
|
bind:__l="__l"
|
|
class="data-v-91b17388"
|
|
uI="91b17388-0"
|
|
uP="{{d}}"
|
|
wx:if="{{d}}"
|
|
></vehicle-number>
|
|
</view>
|
|
</view>
|
|
<view class="cell data-v-91b17388">
|
|
<view class="title data-v-91b17388">VIN车架号</view>
|
|
<view class="value data-v-91b17388">
|
|
<text class="data-v-91b17388">{{e}}</text>
|
|
<text bindtap="{{f}}" class="copy data-v-91b17388">复制</text>
|
|
</view>
|
|
</view>
|
|
<view class="cell data-v-91b17388">
|
|
<view class="title data-v-91b17388">车辆状态</view>
|
|
<view
|
|
class="value data-v-91b17388"
|
|
style="font-weight: bold; color: #333"
|
|
>{{g}}</view
|
|
>
|
|
</view>
|
|
<view class="cell data-v-91b17388">
|
|
<view class="title data-v-91b17388">报告时间</view>
|
|
<view class="value data-v-91b17388">{{h}}</view>
|
|
</view>
|
|
</view>
|
|
<view class="data-v-91b17388" wx:if="{{i}}">
|
|
<view class="module-title data-v-91b17388">车辆信息</view>
|
|
<view class="detail data-v-91b17388">
|
|
<view class="cell data-v-91b17388">
|
|
<view class="title data-v-91b17388">车辆品牌</view>
|
|
<view class="value data-v-91b17388">{{j}}</view>
|
|
</view>
|
|
<view class="cell data-v-91b17388" wx:for="{{k}}" wx:key="c">
|
|
<view class="title data-v-91b17388">{{item.a}}</view>
|
|
<view class="value data-v-91b17388">{{item.b}}</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="module-title data-v-91b17388">小提示</view>
|
|
<view class="tips-content data-v-91b17388">
|
|
一般车辆状态的结果有:
|
|
正常、车辆处于抵押中、车辆处于查封状态、车辆处于违法未处理状态、车辆处于锁定中、车辆处于盗抢状态、逾期未检测强制注销等等。
|
|
<view class="data-v-91b17388" style="margin-top: 10rpx"></view>
|
|
异常:行驶证上的车辆号码有被报失、被盗,或发生交通事故未处理完毕等等状况的,就会被车管部门记录为“状态异常”。
|
|
</view>
|
|
<view class="module-title data-v-91b17388">免责声明</view>
|
|
<view class="disclaimer data-v-91b17388">{{l}}</view>
|
|
<divider bind:__l="__l" class="data-v-91b17388" uI="91b17388-1"></divider>
|
|
</view>
|
|
<empty
|
|
bind:__l="__l"
|
|
class="data-v-91b17388"
|
|
uI="91b17388-2"
|
|
uP="{{n}}"
|
|
wx:if="{{m}}"
|
|
></empty>
|
|
<float-back-to-top
|
|
bind:__l="__l"
|
|
class="data-v-91b17388"
|
|
uI="91b17388-3"
|
|
uP="{{o}}"
|
|
wx:if="{{o}}"
|
|
></float-back-to-top>
|
|
<float-share
|
|
bind:__l="__l"
|
|
class="data-v-91b17388"
|
|
uI="91b17388-4"
|
|
></float-share>
|
|
</view>
|