- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <title></title>
- </head>
- <body>
- <a href="{$order}"><button type="button" class="btn btn-success">订单明细</button></a>
- <a href="{$user}"><button type="button" class="btn btn-info">读者管理</button></a>
- </body>
- </html>
|