You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zhishifufei_php/application/merchant/view/public/layui.php

23 lines
635 B

9 months ago
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="{__FRAME_PATH}js/jquery.min.js"></script>
<link href="{__PLUG_PATH}layui/css/layui.css" rel="stylesheet">
<script src="{__PLUG_PATH}layui/layui.js"></script>
<script>
$eb = parent._mpApi;
if(!$eb) top.location.reload();
</script>
{block name="head"}{/block}
</head>
<body class="gray-bg">
<div class="wrapper wrapper-content">
{block name="content"}{/block}
{block name="script"}{/block}
</div>
<!--全局layout模版-->
</body>
</html>