You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.3 KiB
35 lines
1.3 KiB
3 years ago
|
<template>
|
||
|
<view class="payment-status">
|
||
|
<!--失败时: 用icon-iconfontguanbi fail替换icon-duihao2 bg-color-red-->
|
||
|
<view class="iconfont icon-duihao2 bg-color-red"></view>
|
||
|
<!-- 失败时:订单支付失败 -->
|
||
|
<view class="status">订单支付成功</view>
|
||
|
<view class="wrapper">
|
||
|
<view class="item acea-row row-between-wrapper">
|
||
|
<view>订单编号</view>
|
||
|
<view class="itemCom">wx3265361456134568</view>
|
||
|
</view>
|
||
|
<view class="item acea-row row-between-wrapper">
|
||
|
<view>下单时间</view>
|
||
|
<view class="itemCom">2019-01-09 18:05</view>
|
||
|
</view>
|
||
|
<view class="item acea-row row-between-wrapper">
|
||
|
<view>支付方式</view>
|
||
|
<view class="itemCom">微信支付</view>
|
||
|
</view>
|
||
|
<view class="item acea-row row-between-wrapper">
|
||
|
<view>支付金额</view>
|
||
|
<view class="itemCom">2222.00</view>
|
||
|
</view>
|
||
|
<!--失败时加上这个 -->
|
||
|
<!--<view class='item acea-row row-between-wrapper'>-->
|
||
|
<!--<view>失败原因</view>-->
|
||
|
<!--<view class='itemCom'>账户余额不足</view>-->
|
||
|
<!--</view>-->
|
||
|
</view>
|
||
|
<!--失败时: 重新购买 -->
|
||
|
<view class="returnBnt bg-color-red">返回查看订单</view>
|
||
|
<view class="returnBnt cart-color">返回首页</view>
|
||
|
</view>
|
||
|
</template>
|