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

56 lines
2.8 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;">{{records.result.idcard}}</text>
</view>
<text class="order-text">姓名:{{cardata.name}}</text>
<text class="order-text">身份证:{{records.result.idcard}}</text>
<text class="type-text">核验状况:{{records.result.isok==true?'身份证姓名一致':records.verifyResult==false?'身份证姓名核验不一致':'无法查验'}}</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.result.idcard}}</text>
</view>
<view class="veibao-xiangmu">
<text class="xiangmu-title">姓名</text>
<text class="xiangmu-detail">{{cardata.name}}</text>
</view>
<view class="veibao-xiangmu">
<text class="xiangmu-title">身份核验</text>
<text class="xiangmu-detail">{{records.result.isok==true?'身份证姓名一致,身份正确':records.verifyResult==false?'身份证姓名核验不一致':'无法查验'}}</text>
</view>
<view class="veibao-xiangmu">
<text class="xiangmu-title">核验时间</text>
<text class="xiangmu-detail">{{cardata.time}}</text>
</view>
</view>
</view>
</view>
</view>
</view>
</view>