1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| <!doctype html>
| <html>
| <head>
| <meta charset="utf-8">
| <title>工单详情</title>
| <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
| <!--utilfunc(start)-->
| <!--utilfunc(end)-->
| [#include "/business/wechat/include/whead.html" /]
| </head>
|
| <body class="user_center detail uc_newaddpage">
| 正在建设中......
| [#include "/business/wechat/include/wfoot.html" /]
| </body>
| </html>
|
|