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

221 lines
7.3 KiB
Plaintext

<page-meta class="data-v-b85a2168" pageStyle="{{a}}"></page-meta>
<view class="content data-v-b85a2168" wx:if="{{b}}">
<view class="module-title data-v-b85a2168">订单信息</view>
<view class="card data-v-b85a2168" style="padding: 10rpx 30rpx">
<view class="vehicle-info data-v-b85a2168" wx:if="{{c}}">
<image class="logo data-v-b85a2168" src="{{d}}"></image>
<view class="right-content data-v-b85a2168">
<view class="desc data-v-b85a2168" style="font-weight: bold"
>{{e}}</view
>
</view>
</view>
<view class="desc data-v-b85a2168">
<text class="label data-v-b85a2168">订单编号</text>
<text class="value data-v-b85a2168">
<text class="data-v-b85a2168">{{f}}</text>
<text bindtap="{{g}}" class="copy data-v-b85a2168">复制</text>
</text>
</view>
<view class="desc data-v-b85a2168" wx:if="{{h}}">
<text class="label data-v-b85a2168">车牌号码</text>
<vehicle-number
bind:__l="__l"
class="data-v-b85a2168"
uI="b85a2168-0"
uP="{{i}}"
wx:if="{{i}}"
></vehicle-number>
</view>
<view class="desc data-v-b85a2168" wx:if="{{j}}">
<text class="label data-v-b85a2168">VIN 号码</text>
<text class="value vin data-v-b85a2168">
<text class="data-v-b85a2168">{{k}}</text>
<text bindtap="{{l}}" class="copy data-v-b85a2168">复制</text>
</text>
</view>
<view class="desc data-v-b85a2168" wx:if="{{m}}">
<text class="label data-v-b85a2168">订单金额</text>
<text class="value data-v-b85a2168">¥{{n}}</text>
</view>
<view class="desc data-v-b85a2168">
<text class="label data-v-b85a2168">订单状态</text>
<text class="value data-v-b85a2168" wx:if="{{o}}">待付款</text>
<text class="value data-v-b85a2168" wx:if="{{p}}"> 已付款{{q}}</text>
<text class="value data-v-b85a2168" wx:if="{{r}}">已退款</text>
<text class="value data-v-b85a2168" wx:if="{{s}}">已完成</text>
</view>
<view class="desc data-v-b85a2168">
<text class="label data-v-b85a2168">下单时间</text>
<text class="value data-v-b85a2168">{{t}}</text>
</view>
<view class="desc data-v-b85a2168" wx:if="{{v}}">
<text class="label data-v-b85a2168">付款时间</text>
<text class="value data-v-b85a2168">{{w}}</text>
</view>
<view class="desc data-v-b85a2168" wx:if="{{x}}">
<text class="label data-v-b85a2168">支付单号</text>
<text class="value data-v-b85a2168">{{y}}</text>
</view>
<view class="desc data-v-b85a2168" wx:if="{{z}}">
<text class="label data-v-b85a2168">支付方式</text>
<text class="value data-v-b85a2168" wx:if="{{A}}">微信支付</text>
<text class="value data-v-b85a2168" wx:if="{{B}}">支付宝支付</text>
</view>
<view class="product-list data-v-b85a2168" wx:if="{{C}}">
<view
class="product data-v-b85a2168"
wx:for="{{D}}"
wx:for-item="product"
wx:key="m"
>
<view class="product-wrap data-v-b85a2168">
<view class="product-content data-v-b85a2168">
<view class="product-name data-v-b85a2168">{{product.a}}</view>
<view class="product-desc data-v-b85a2168">{{product.b}}</view>
<view class="loading data-v-b85a2168" wx:if="{{product.c}}">
<uni-load-more
bind:__l="__l"
class="data-v-b85a2168"
uI="{{product.d}}"
uP="{{product.e}}"
wx:if="{{product.e}}"
></uni-load-more>
</view>
</view>
<view class="data-v-b85a2168" wx:if="{{E}}">
<view class="button-content data-v-b85a2168" wx:if="{{product.f}}">
<view
catchtap="{{product.g}}"
class="button type1 data-v-b85a2168"
hoverClass="default-hover-class"
hoverStayTime="100"
>
查看报告
</view>
</view>
<view class="button-content data-v-b85a2168" wx:if="{{product.h}}">
<view
catchtap="{{product.i}}"
class="button type1 data-v-b85a2168"
hoverClass="default-hover-class"
hoverStayTime="100"
>
查看报告
</view>
</view>
<view class="button-content data-v-b85a2168" wx:if="{{product.j}}">
<view
catchtap="{{product.k}}"
class="button type2 data-v-b85a2168"
hoverClass="default-hover-class"
hoverStayTime="100"
>
我要催单
</view>
<view class="button type5 data-v-b85a2168"
>正在查询中,请耐心等待</view
>
</view>
<view class="button-content data-v-b85a2168" wx:if="{{product.l}}">
<view class="button type3 data-v-b85a2168"
>查询失败,请联系客服</view
>
</view>
</view>
</view>
</view>
</view>
<view class="bottom-content data-v-b85a2168" wx:if="{{F}}">
<block wx:if="{{G}}">
<view
catchtap="{{I}}"
class="button type4 data-v-b85a2168"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:if="{{H}}"
>
无法提供行驶证
</view>
<view
catchtap="{{J}}"
class="button type2 data-v-b85a2168"
hoverClass="default-hover-class"
hoverStayTime="100"
>
上传行驶证
</view>
</block>
<button
bindtap="{{L}}"
class="button type5 data-v-b85a2168"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:if="{{K}}"
>
<text class="data-v-b85a2168">修改VIN号</text>
</button>
<button
bindtap="{{N}}"
class="button type1 data-v-b85a2168"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:if="{{M}}"
>
<text class="data-v-b85a2168">去付款</text>
</button>
</view>
</view>
<button
showMessageCard
bindcontact="{{P}}"
class="contact data-v-b85a2168"
hoverClass="default-hover-class"
hoverStayTime="100"
openType="contact"
sendMessageImg="/static/images/pic_share_mp.png"
sendMessagePath="/pages/splash/index"
sendMessageTitle="{{O}}"
>
<image
class="icon data-v-b85a2168"
src="/static/svgs/icon_contact_person.svg"
></image>
</button>
<float-refresh
bind:__l="__l"
bindclick="{{Q}}"
class="data-v-b85a2168"
uI="b85a2168-2"
uP="{{R}}"
wx:if="{{R}}"
></float-refresh>
<popup-modify-vin
bind:__l="__l"
bindclose="{{S}}"
bindconfirm="{{T}}"
class="data-v-b85a2168"
uI="b85a2168-3"
uP="{{U}}"
wx:if="{{U}}"
></popup-modify-vin>
<popup-upload-tips
bind:__l="__l"
bindcancel="{{V}}"
bindconfirm="{{W}}"
class="data-v-b85a2168"
uI="b85a2168-4"
uP="{{X}}"
wx:if="{{X}}"
></popup-upload-tips>
<popup-pay-again
bind:__l="__l"
bindclose="{{Y}}"
bindconfirm="{{Z}}"
class="data-v-b85a2168"
uI="b85a2168-5"
uP="{{aa}}"
wx:if="{{aa}}"
></popup-pay-again>
</view>