46 lines
1.1 KiB
Plaintext
46 lines
1.1 KiB
Plaintext
<view class="content data-v-cb7a366a" wx:if="{{a}}">
|
|
<image
|
|
class="pic data-v-cb7a366a"
|
|
src="/static/images/pic_pay_fail.png"
|
|
></image>
|
|
<view class="pay-status data-v-cb7a366a">支付失败</view>
|
|
<view class="tips data-v-cb7a366a">很遗憾,您没有支付成功</view>
|
|
<view class="button-content data-v-cb7a366a">
|
|
<button
|
|
bindtap="{{b}}"
|
|
class="button type1 data-v-cb7a366a"
|
|
hoverClass="default-hover-class"
|
|
hoverStayTime="100"
|
|
>
|
|
重新支付
|
|
</button>
|
|
<button
|
|
bindtap="{{c}}"
|
|
class="button type3 data-v-cb7a366a"
|
|
hoverClass="default-hover-class"
|
|
hoverStayTime="100"
|
|
>
|
|
查看订单
|
|
</button>
|
|
</view>
|
|
<float-help
|
|
bind:__l="__l"
|
|
class="data-v-cb7a366a"
|
|
uI="cb7a366a-0"
|
|
></float-help>
|
|
<float-share
|
|
bind:__l="__l"
|
|
class="data-v-cb7a366a"
|
|
uI="cb7a366a-1"
|
|
></float-share>
|
|
<popup-pay-again
|
|
bind:__l="__l"
|
|
bindclose="{{d}}"
|
|
bindconfirm="{{e}}"
|
|
class="data-v-cb7a366a"
|
|
uI="cb7a366a-2"
|
|
uP="{{f}}"
|
|
wx:if="{{f}}"
|
|
></popup-pay-again>
|
|
</view>
|