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

69 lines
1.8 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-df5365c6" wx:if="{{a}}">
<image
class="pic data-v-df5365c6"
src="/static/images/pic_pay_success.png"
></image>
<view class="pay-status data-v-df5365c6">支付成功</view>
<view class="tips data-v-df5365c6" wx:if="{{b}}">
您已完成支付,为了更精确的查询,需提供行驶证后才能查看报告。
</view>
<view class="tips data-v-df5365c6" wx:if="{{c}}">
正常情况下报告在3-15分钟内会有结果车辆维保报告最快10-30分钟左右出结果。报告处理时间为9点-22点22点后次日处理。18点以后部分订单会在第二天早上9点后收到查询结果。
</view>
<view class="button-content data-v-df5365c6">
<button
bindtap="{{e}}"
class="button type1 data-v-df5365c6"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:if="{{d}}"
>
上传行驶证
</button>
<button
bindtap="{{g}}"
class="button type2 data-v-df5365c6"
hoverClass="default-hover-class"
hoverStayTime="100"
wx:if="{{f}}"
>
无法提供行驶证
</button>
<button
bindtap="{{h}}"
class="button type3 data-v-df5365c6"
hoverClass="default-hover-class"
hoverStayTime="100"
>
查看订单
</button>
</view>
<float-help
bind:__l="__l"
class="data-v-df5365c6"
uI="df5365c6-0"
></float-help>
<float-share
bind:__l="__l"
class="data-v-df5365c6"
uI="df5365c6-1"
></float-share>
<popup-upload-tips
bind:__l="__l"
bindcancel="{{i}}"
bindconfirm="{{j}}"
class="data-v-df5365c6"
uI="df5365c6-2"
uP="{{k}}"
wx:if="{{k}}"
></popup-upload-tips>
<popup-login
bind:__l="__l"
bindclose="{{l}}"
class="data-v-df5365c6"
uI="df5365c6-3"
uP="{{m}}"
wx:if="{{m}}"
></popup-login>
</view>