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

29 lines
1.5 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. 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">品牌</text>
<text class="info-line">{{orderInfo.brand}}</text>
<text class="special-text {{orderInfo.specialCar==1?'':'none-text'}}"> 特殊品牌</text>
</view>
<view class="text-view">
<text class="name-line">VIN</text>
<text class="info-line">{{orderInfo.vin}}</text>
</view>
<view class="text-view">    <text class="name-line">排放标准</text>    <text class="info-line">{{orderInfo.environmentalstandards}}</text>
</view>
<view class="text-view">     <text class="name-line">种类</text>     <text class="info-line">{{orderInfo.groupname}}</text>
</view>
<view class="text-view">
<text class="name-line">厂商</text>
<text class="info-line">{{orderInfo.manufacturer}}</text>
</view>
<view class="text-money">本次查询需要支付<text class="free-money {{orderInfo.queryType==3?'':'none-text'}}">¥{{orderInfo.tMoney}} </text>
<text class="info-money">¥{{orderInfo.money}}</text>元</view>
</view>
<button bindtap="queryVin" class="search-button">确认查询</button>
<view class="guite-info">默认支付同意<text bindtap="toDisclaimers" class="page-text">《平台免责声明》</text>
</view>