card-mini/pages/mine/order/ordersuccess.wxml
2021-09-01 16:55:20 +08:00

12 lines
732 B
Plaintext

<!-- 预定成页面 -->
<cu-custom isBack="{{true}}" isRelaunch="{{false}}">
<view slot="content">订单</view>
</cu-custom>
<view class="flex flex-direction padding-xl" style="align-items:center;height:100%;">
<image src="../../../images/ic_success.png" mode="scaleToFill" style="width:320rpx;height:280rpx"></image>
<view class="margin-top-xl text-xl text-black text-bold">{{hintMsg}}</view>
<view class="margin-top-xl text-xl line-yellowlight2">支付金额:<text class="line-yellowlight2">¥{{totalPrice}}</text></view>
<view class="padding-xs margin-top-xl" style="width: 100%;">
<button class="cu-btn bg-blue" style="width:100%" bindtap="toShowOrderDetail">{{funcMsg}}</button>
</view>
</view>