48 lines
2.0 KiB
Plaintext
48 lines
2.0 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">车型:{{cardata.cars}}</text>
|
|
<text class="none-text"></text>
|
|
<text class="type-text">年检状况:{{records.desc}}</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">{{records.desc}}</text>
|
|
</view>
|
|
<view class="veibao-xiangmu">
|
|
<text class="xiangmu-title">年检有效期</text>
|
|
<text class="xiangmu-detail">{{records.inspectionDateEnd}}</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|