success.wxml 361 B

1234567891011121314
  1. <!-- <van-empty description=""/> -->
  2. <van-row type="flex" justify="center">
  3. <van-col span="7" offset="4">
  4. <van-button round type="default">
  5. 返回首页
  6. </van-button>
  7. </van-col>
  8. <van-col span="7" offset="4">
  9. <van-button round type="warning">
  10. 查看订单
  11. </van-button>
  12. </van-col>
  13. </van-row>
  14. <image src=".\order.jpg" mode=""/>