35 lines
1.8 KiB
Plaintext
35 lines
1.8 KiB
Plaintext
<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 wx:if="{{phone!=ios}}">
|
||
<view class="text-money">本次查询需要支付 <text class="free-money {{orderInfo.queryType==3?'':'none-text'}}">¥{{fee}}</text>
|
||
<text class="info-money">¥{{fee}}</text>元 </view>
|
||
</view>
|
||
<view wx:if="{{phone==ios}}">
|
||
<view class="text-money" wx:if="{{order.data.open==1}}">本次查询需要支付 <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>
|