91 lines
4.7 KiB
Plaintext
91 lines
4.7 KiB
Plaintext
<view class="page-view" wx:if="{{cardata.url}}">
|
|
<web-view src="{{cardata.url}}"></web-view>
|
|
</view>
|
|
<view class="page-view">
|
|
<view class="top-title">
|
|
<text class="top-title-b">车牌查车辆信息报告</text>
|
|
<text class="top-title-l">查询时间:{{cardata.time}}</text>
|
|
</view>
|
|
<view class="top-box">
|
|
<view class="box-text">
|
|
<view style="width: 130%;">
|
|
<text class="brand-text" style="display: inline;">{{cardata.car}}</text>
|
|
</view>
|
|
<text class="order-text">车型:{{records.c_brandname}}-{{cardata.cars}}</text>
|
|
<text class="order-text">车架号:{{records.c_vin}}</text>
|
|
</view>
|
|
<view class="box-img">
|
|
<image class="logo-img" mode="widthFix" src="{{cardata.logo}}"></image>
|
|
</view>
|
|
</view>
|
|
<view class="content-view">
|
|
<view class="content-desc">
|
|
<text class="content-title">车牌车辆信息</text>
|
|
<text class="content-shuo">* 数据来自第三方,仅作参考</text>
|
|
</view>
|
|
<view data-index="{{index}}">
|
|
<view class="content-detail-single">
|
|
<view class="content-right">
|
|
<view class="veibao-title">
|
|
<text class="{{index==0?'yuandian first-dian':'yuandian no-dian'}}"></text>
|
|
</view>
|
|
<view class="veibao-text">
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">车牌号</text>
|
|
<text class="xiangmu-detail">{{cardata.car}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">车架号</text>
|
|
<text class="xiangmu-detail">{{records.c_vin}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">车辆品牌</text>
|
|
<text class="xiangmu-detail">{{records.c_brandname}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">车身颜色</text>
|
|
<text class="xiangmu-detail">{{records.c_bodycolor}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">排量</text>
|
|
<text class="xiangmu-detail">{{records.c_cc}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">总重量</text>
|
|
<text class="xiangmu-detail">{{records.c_crossweight}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">发动机型号</text>
|
|
<text class="xiangmu-detail">{{records.c_enginemodel}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">发动机号</text>
|
|
<text class="xiangmu-detail">{{records.c_enginenumber}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">登记日期</text>
|
|
<text class="xiangmu-detail">{{records.c_firstissuedate}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">年检日期</text>
|
|
<text class="xiangmu-detail">{{records.c_jianchetime}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">强制报废</text>
|
|
<text class="xiangmu-detail">{{records.c_retirementdate}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">检验有效期</text>
|
|
<text class="xiangmu-detail">{{records.c_validitydayend}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">车辆状态</text>
|
|
<text class="xiangmu-detail">{{records.c_vehiclestatus}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|