2024-01-16 22:53:42 +08:00

218 lines
7.4 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="content data-v-94bceea2" wx:if="{{a}}">
<view class="notice data-v-94bceea2"
>本查询结果仅供参考,具体车况,请自行检查判断</view
>
<view class="background data-v-94bceea2"></view>
<view class="content-title data-v-94bceea2">车辆维保报告</view>
<view class="sub-title data-v-94bceea2">中国汽车流通协会发起建设</view>
<view class="order-detail data-v-94bceea2">
<view class="detail-item data-v-94bceea2">
<view class="label data-v-94bceea2">VIN车架号</view>
<view class="value data-v-94bceea2">{{b}}</view>
</view>
<view class="detail-item data-v-94bceea2">
<view class="label data-v-94bceea2">订单编号:</view>
<view class="value data-v-94bceea2">{{c}}</view>
</view>
<view class="detail-item data-v-94bceea2">
<view class="label data-v-94bceea2">报告时间:</view>
<view class="value data-v-94bceea2">{{d}}</view>
</view>
</view>
<view class="card data-v-94bceea2">
<view class="card-title data-v-94bceea2">
<image
class="icon-title data-v-94bceea2"
src="/static/images/icon_title.png"
></image>
<text class="data-v-94bceea2">基本信息</text>
</view>
<view class="brand-name data-v-94bceea2">{{e}}</view>
<view class="cell-info data-v-94bceea2">
<view class="cell data-v-94bceea2">
<view class="title data-v-94bceea2">品牌</view>
<view class="value data-v-94bceea2">{{f}}</view>
</view>
<view class="cell data-v-94bceea2">
<view class="title data-v-94bceea2">油耗</view>
<view class="value data-v-94bceea2">{{g}}</view>
</view>
<view class="cell data-v-94bceea2">
<view class="title data-v-94bceea2">发动机号</view>
<view class="value data-v-94bceea2">{{h}}</view>
</view>
<view class="cell data-v-94bceea2">
<view class="title data-v-94bceea2">排量ml</view>
<view class="value data-v-94bceea2">{{i}}</view>
</view>
<view class="cell data-v-94bceea2">
<view class="title data-v-94bceea2">排放标准</view>
<view class="value data-v-94bceea2">{{j}}</view>
</view>
<view class="cell data-v-94bceea2">
<view class="title data-v-94bceea2">车辆种类</view>
<view class="value data-v-94bceea2">{{k}}</view>
</view>
<view class="cell data-v-94bceea2">
<view class="title data-v-94bceea2">进口或国产</view>
<view class="value data-v-94bceea2">{{l}}</view>
</view>
<view class="cell data-v-94bceea2">
<view class="title data-v-94bceea2">核定载客数</view>
<view class="value data-v-94bceea2">{{m}}</view>
</view>
</view>
</view>
<view class="card data-v-94bceea2">
<view class="card-title data-v-94bceea2">
<image
class="icon-title data-v-94bceea2"
src="/static/images/icon_title.png"
></image>
<text class="data-v-94bceea2">车况排查</text>
</view>
<view class="ckpc-content data-v-94bceea2">
<view class="item data-v-94bceea2" wx:for="{{n}}" wx:key="g">
<image
class="icon data-v-94bceea2"
mode="aspectFit"
src="{{item.a}}"
></image>
<text class="name data-v-94bceea2">{{item.b}}</text>
<text class="status normal data-v-94bceea2" wx:if="{{item.c}}"
>正常</text
>
<text class="status unidentified data-v-94bceea2" wx:if="{{item.d}}"
>无法确定</text
>
<text class="status doubt data-v-94bceea2" wx:if="{{item.e}}"
>疑似</text
>
<text class="status error data-v-94bceea2" wx:if="{{item.f}}"
>异常</text
>
</view>
</view>
</view>
<view class="card data-v-94bceea2">
<view class="card-title data-v-94bceea2">
<image
class="icon-title data-v-94bceea2"
src="/static/images/icon_title.png"
></image>
<text class="data-v-94bceea2">重大问题排查</text>
</view>
<image
class="pic1 data-v-94bceea2"
src="/static/images/pic_detail_info_1.png"
></image>
<image
class="checked data-v-94bceea2"
src="/static/svgs/icon_check_3.svg"
></image>
</view>
<view class="card data-v-94bceea2">
<view class="card-title data-v-94bceea2">
<image
class="icon-title data-v-94bceea2"
src="/static/images/icon_title.png"
></image>
<text class="data-v-94bceea2">一般维修排查</text>
</view>
<image
class="pic2 data-v-94bceea2"
src="/static/images/pic_detail_info_2.png"
></image>
<image
class="checked data-v-94bceea2"
src="/static/svgs/icon_check_3.svg"
></image>
</view>
<view class="card data-v-94bceea2">
<view class="card-title data-v-94bceea2">
<image
class="icon-title data-v-94bceea2"
src="/static/images/icon_title.png"
></image>
<text class="data-v-94bceea2">维修保养记录</text>
</view>
<view class="record-content data-v-94bceea2">
<time-line
bind:__l="__l"
class="data-v-94bceea2"
uI="94bceea2-0"
uP="{{o}}"
wx:if="{{o}}"
></time-line>
</view>
</view>
<view class="card data-v-94bceea2">
<view class="card-title data-v-94bceea2">
<image
class="icon-title data-v-94bceea2"
src="/static/images/icon_title.png"
></image>
<text class="data-v-94bceea2">车况统计</text>
</view>
<view class="maintain data-v-94bceea2">
<text class="data-v-94bceea2" style="margin-top: 20rpx"
>无记录原因:</text
>
<text class="data-v-94bceea2"
>1车架号输入或识别错误请核对车架号</text
>
<text class="data-v-94bceea2"
>2该车辆品牌数据维护中请到个人中心联系客服</text
>
<text class="data-v-94bceea2">3该车辆未去正规店保养</text>
<text class="data-v-94bceea2">4该车辆未保养。</text>
<view class="button-content data-v-94bceea2">
<button
bindtap="{{p}}"
class="button type1 data-v-94bceea2"
hoverClass="default-hover-class"
hoverStayTime="100"
>
核对车架号
</button>
<button
showMessageCard
bindcontact="{{r}}"
class="button type2 data-v-94bceea2"
hoverClass="default-hover-class"
hoverStayTime="100"
openType="contact"
sendMessageImg="/static/images/pic_share_mp.png"
sendMessagePath="/pages/splash/index"
sendMessageTitle="{{q}}"
>
联系客服
</button>
</view>
</view>
</view>
<view class="card data-v-94bceea2">
<view class="card-title data-v-94bceea2">
<image
class="icon-title data-v-94bceea2"
src="/static/images/icon_title.png"
></image>
<text class="data-v-94bceea2">免责声明</text>
</view>
<view class="disclaimer data-v-94bceea2">{{s}}</view>
</view>
<divider bind:__l="__l" class="data-v-94bceea2" uI="94bceea2-1"></divider>
<float-back-to-top
bind:__l="__l"
class="data-v-94bceea2"
uI="94bceea2-2"
uP="{{t}}"
wx:if="{{t}}"
></float-back-to-top>
<float-share
bind:__l="__l"
class="data-v-94bceea2"
uI="94bceea2-3"
></float-share>
</view>