12 lines
718 B
Plaintext
12 lines
718 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">商品下单成功</view>
|
||
|
<view class="margin-top-xl text-xl text-blue">订单金额:<text class="text-blue">¥{{totalPrice}}</text></view>
|
||
|
<view class="padding-xs bg-white margin-top-xl">
|
||
|
<button class="cu-btn bg-blue" style="width:100%" bindtap="toShowOrderDetail">查看订单详情</button>
|
||
|
</view>
|
||
|
</view>
|