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.
git/scr/miniprogram-2/pages/order/pay-result/index.wxml

23 lines
607 B

<t-navbar background="#ffffff" left-icon="slot" />
<view class="pay-result">
<view class="pay-status">
<t-icon name="check-circle-filled" size="60rpx" color="#47D368" />
<text>支付成功</text>
</view>
<view class="pay-money">
微信支付:
<price
wx:if="{{totalPaid}}"
price="{{totalPaid}}"
wr-class="pay-money__price"
decimalSmaller
fill
/>
</view>
<view class="btn-wrapper">
<view class="status-btn" data-type="orderList" bindtap="onTapReturn">查看订单</view>
<view class="status-btn" data-type="home" bindtap="onTapReturn">返回首页</view>
</view>
</view>