chache/packageA/pages/carjqx/carcxjl.wxml
2024-01-22 18:48:00 +08:00

48 lines
2.1 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="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>
<text class="order-text" style="display: inline;font-size: 24rpx">{{cardata.cars}}</text>
</view>
<text class="order-text">VIN{{cardata.vin}}</text>
<text class="type-text">最后交保:{{records.latestInsuranceDate}}</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.stateDes}}</text>
</view>
<view class="veibao-xiangmu">
<text class="xiangmu-title">最近投保:</text>
<text class="xiangmu-detail">{{records.latestInsuranceDate}}</text>
</view>
</view>
</view>
</view>
</view>
</view>
</view>