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.
19 lines
822 B
19 lines
822 B
<!--pages/message/detail/index.wxml-->
|
|
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">预约成功</view>
|
|
</cu-custom>
|
|
|
|
<view class="flex flex-center flex-column" style="padding:120rpx 48rpx">
|
|
<van-icon name="passed" color="#008AFF" size="120px" />
|
|
<view class="text-lg" style="text-align: center;margin:32rpx 0rpx">
|
|
<text>订单提交成功,预计{{daytimes}}反馈纸厂送货信息,您可以在【代卖订单】中查询到该订单。</text>
|
|
</view>
|
|
<view style="margin-top:36rpx;width: 100%;">
|
|
<van-button id="order" block type="info" bind:click="onClick">查看订单</van-button>
|
|
</view>
|
|
<view style="margin-top:24rpx;width: 100%;">
|
|
<van-button block type="default" bind:click="onClick">返回</van-button>
|
|
</view>
|
|
</view>
|
|
|
|
<notification id="qn-notification"/>
|