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

34 lines
1.5 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="search-title">请确认以下信息</view>
<view class="info-box">
<view class="image-view">
<image class="logo-iamge image-width" mode="heightFix" src="{{orderInfo.logo}}"></image>
</view>
<view class="text-view first-top">
<text class="name-line" wx:if="{{orderid}}">订单号</text>
<text class="info-line">{{orderid}}</text>
</view>
<view class="text-view">
<text class="name-line">VIN</text>
<text class="info-line">{{orderInfo.vin}}</text>
</view>
<view class="text-view" wx:if="{{cardatawx.engine}}">
<text class="name-line">发动机:</text>
<text class="info-line">{{cardatawx.engine}}</text>
</view>
<view class="text-view" wx:if="{{cardatawx.chepai}}">
<text class="name-line">车牌号:</text>
<text class="info-line">{{cardatawx.chepai}}</text>
</view>
<view class="text-view">
<text class="name-line">查询项目:</text>
<text class="info-line">车辆交强险日期查询</text>
</view>
<view>
<view class="text-money">本次查询需要支付 <text class="free-money {{orderInfo.queryType==3?'':'none-text'}}">¥{{fee}}</text>
<text class="info-money">¥{{fee}}</text>元 </view>
</view>
</view>
<button bindtap="queryVin" class="search-button">确认查询</button>
<view class="guite-info">默认支付同意<text bindtap="toDisclaimers" class="page-text">《平台免责声明》</text>
</view>