通过微信开发者工具 商城模板 创建新小程序
This commit is contained in:
22
mini-program/pages/order/pay-result/index.wxml
Normal file
22
mini-program/pages/order/pay-result/index.wxml
Normal file
@@ -0,0 +1,22 @@
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user