layui.php 635 B

12345678910111213141516171819202122
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="{__FRAME_PATH}js/jquery.min.js"></script>
  7. <link href="{__PLUG_PATH}layui/css/layui.css" rel="stylesheet">
  8. <script src="{__PLUG_PATH}layui/layui.js"></script>
  9. <script>
  10. $eb = parent._mpApi;
  11. if(!$eb) top.location.reload();
  12. </script>
  13. {block name="head"}{/block}
  14. </head>
  15. <body class="gray-bg">
  16. <div class="wrapper wrapper-content">
  17. {block name="content"}{/block}
  18. {block name="script"}{/block}
  19. </div>
  20. <!--全局layout模版-->
  21. </body>
  22. </html>