123456789101112131415161718 |
- <view style="padding-top: 12vh;">
- <t-result theme="success" t-class="bigicon">
- <view slot="title"> 下单成功 </view>
- <view slot="description">
- <view class="d-flex" style="padding-top: 30rpx;">
- <view>编号:</view>
- <view>{{orderCode}}</view>
- </view>
- <view class="d-flex">
- <view>状态:</view>
- <view>正在分配业务员跟进</view>
- </view>
- <view style="padding-top: 30rpx;">
- <t-button bindtap="gotoDetail">查看订单</t-button>
- </view>
- </view>
- </t-result>
- </view>
|