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.
9 lines
390 B
9 lines
390 B
<cu-custom bgColor="bg-white" isBack="{{true}}">
|
|
<view slot="content">提交成功</view>
|
|
</cu-custom>
|
|
|
|
<wux-result buttons="{{ buttons }}" fixed bind:click="onClick">
|
|
<view class="text-lg" slot="label" style="margin:24rpx 0rpx">
|
|
<text>订单提交成功,预计{{daytimes}}反馈纸厂送货信息,您可以在【代卖订单】中查询到该订单。</text>
|
|
</view>
|
|
</wux-result>
|