chache/pages/order-list/index.wxml
2024-01-16 22:53:42 +08:00

210 lines
6.5 KiB
Plaintext

<page-meta class="data-v-2f990aa7" pageStyle="{{a}}"></page-meta>
<view class="content data-v-2f990aa7" wx:if="{{b}}">
<view class="data-v-2f990aa7" wx:if="{{c}}">
<view
bindtap="{{item.B}}"
class="order data-v-2f990aa7"
wx:for="{{d}}"
wx:key="A"
>
<view class="title-content data-v-2f990aa7">
<view class="product-name data-v-2f990aa7">{{item.a}}</view>
<view class="status type1 data-v-2f990aa7" wx:if="{{item.b}}"
>待付款</view
>
<view class="status type4 data-v-2f990aa7" wx:if="{{item.c}}">
已付款{{item.d}}</view
>
<view class="status type3 data-v-2f990aa7" wx:if="{{item.e}}"
>已退款</view
>
<view class="status type4 data-v-2f990aa7" wx:if="{{item.f}}"
>已完成</view
>
</view>
<view class="desc data-v-2f990aa7">
<text class="label data-v-2f990aa7">订单编号:</text>
<text class="value data-v-2f990aa7">{{item.g}}</text>
</view>
<view class="desc data-v-2f990aa7" wx:if="{{item.h}}">
<text class="label data-v-2f990aa7">车辆型号:</text>
<text class="value data-v-2f990aa7">{{item.i}}</text>
</view>
<view class="desc data-v-2f990aa7" wx:if="{{item.j}}">
<text class="label data-v-2f990aa7">车牌号码:</text>
<vehicle-number
bind:__l="__l"
class="data-v-2f990aa7"
uI="{{item.k}}"
uP="{{item.l}}"
wx:if="{{item.l}}"
></vehicle-number>
</view>
<view class="desc data-v-2f990aa7" wx:if="{{item.m}}">
<text class="label data-v-2f990aa7">VIN 号码:</text>
<text class="value vin data-v-2f990aa7">{{item.n}}</text>
</view>
<view class="desc data-v-2f990aa7">
<text class="label data-v-2f990aa7">下单时间:</text>
<text class="value data-v-2f990aa7">{{item.o}}</text>
</view>
<view class="product-list data-v-2f990aa7" wx:if="{{item.p}}">
<view
class="product data-v-2f990aa7"
wx:for="{{item.q}}"
wx:for-item="product"
wx:key="m"
>
<view class="product-wrap data-v-2f990aa7">
<view class="product-content data-v-2f990aa7">
<view class="product-name data-v-2f990aa7">{{product.a}}</view>
<view class="product-desc data-v-2f990aa7">{{product.b}}</view>
<view class="loading data-v-2f990aa7" wx:if="{{product.c}}">
<uni-load-more
bind:__l="__l"
class="data-v-2f990aa7"
uI="{{product.d}}"
uP="{{product.e}}"
wx:if="{{product.e}}"
></uni-load-more>
</view>
</view>
<view class="data-v-2f990aa7" wx:if="{{item.r}}">
<view
class="button-content data-v-2f990aa7"
wx:if="{{product.f}}"
>
<view
catchtap="{{product.g}}"
class="button type1 data-v-2f990aa7"
hoverClass="default-hover-class"
hoverStayTime="100"
>
查看报告
</view>
</view>
<view
class="button-content data-v-2f990aa7"
wx:if="{{product.h}}"
>
<view
catchtap="{{product.i}}"
class="button type1 data-v-2f990aa7"
hoverClass="default-hover-class"
hoverStayTime="100"
>
查看报告
</view>
</view>
<view
class="button-content data-v-2f990aa7"
wx:if="{{product.j}}"
>
<view
catchtap="{{product.k}}"
class="button type2 data-v-2f990aa7"
hoverClass="default-hover-class"
hoverStayTime="100"
>
我要催单
</view>
<view class="button type4 data-v-2f990aa7"
>正在查询中,请耐心等待</view
>
</view>
<view
class="button-content data-v-2f990aa7"
wx:if="{{product.l}}"
>
<view class="button type3 data-v-2f990aa7"
>查询失败,请联系客服</view
>
</view>
</view>
</view>
</view>
</view>
<view class="bottom-content data-v-2f990aa7" wx:if="{{item.s}}">
<view
catchtap="{{item.v}}"
class="button type1 data-v-2f990aa7"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:if="{{item.t}}"
>
去付款
</view>
<block wx:if="{{item.w}}">
<view
catchtap="{{item.x}}"
class="button type2 data-v-2f990aa7"
hoverClass="default-hover-class"
hoverStayTime="100"
>
上传行驶证
</view>
<view
catchtap="{{item.z}}"
class="button type3 data-v-2f990aa7"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:if="{{item.y}}"
>
无法提供行驶证
</view>
</block>
</view>
</view>
<view class="loading-content data-v-2f990aa7">
<uni-load-more
bind:__l="__l"
class="data-v-2f990aa7"
data-c-h="{{!e}}"
uI="2f990aa7-2"
uP="{{f}}"
wx:if="{{f}}"
></uni-load-more>
</view>
</view>
<empty
bind:__l="__l"
class="data-v-2f990aa7"
uI="2f990aa7-3"
uP="{{h}}"
wx:if="{{g}}"
></empty>
<float-refresh
bind:__l="__l"
bindclick="{{i}}"
class="data-v-2f990aa7"
uI="2f990aa7-4"
uP="{{j}}"
wx:if="{{j}}"
></float-refresh>
<float-back-to-top
bind:__l="__l"
class="data-v-2f990aa7"
uI="2f990aa7-5"
uP="{{k}}"
wx:if="{{k}}"
></float-back-to-top>
<popup-upload-tips
bind:__l="__l"
bindcancel="{{l}}"
bindconfirm="{{m}}"
class="data-v-2f990aa7"
uI="2f990aa7-6"
uP="{{n}}"
wx:if="{{n}}"
></popup-upload-tips>
<popup-pay-again
bind:__l="__l"
bindclose="{{o}}"
bindconfirm="{{p}}"
class="data-v-2f990aa7"
uI="2f990aa7-7"
uP="{{q}}"
wx:if="{{q}}"
></popup-pay-again>
</view>