more.html 304 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. <a href="{$order}"><button type="button" class="btn btn-success">订单明细</button></a>
  9. <!--
  10. <a href="{$user}"><button type="button" class="btn btn-info">读者管理</button></a>
  11. -->
  12. </body>
  13. </html>