12345678910111213141516171819 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <title>${head_title!'橘力定制'}</title>
- <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
- <meta name="format-detection" content="telephone=no">
- <meta http-equiv="Cache-Control" content="no-cache,no-store,must-revalidate"/>
- <meta http-equiv="Pragma" content="no-cache"/>
- <meta http-equiv="Expires" content="0"/>
- <link rel="stylesheet" href="/wap/css/swiper-3.3.1.min.css">
- <link rel="stylesheet" href="/wap/css/style.css"/>
- <script type="text/javascript" src="/wap/js/jquery.min.js"></script>
- <script type="text/javascript" src="/wap/js/jquery.form.js"></script>
- </head>
- <body>
- ${layoutContent}
- </body>
- </html>
|