调整JS结构

This commit is contained in:
yubaolee
2017-02-07 13:42:27 +08:00
parent 6922fea076
commit ba7f1869f7
221 changed files with 190 additions and 13474 deletions

View File

@@ -12,12 +12,13 @@
<script src="~/Content/scripts/plugins/jquery-ui/jquery-ui.min.js"></script>
<!--框架必需end-->
<!--bootstrap组件start-->
<link href="~/Content/scripts/bootstrap/bootstrap.min.css" rel="stylesheet" />
<link href="~/Content/scripts/bootstrap/bootstrap.extension.css" rel="stylesheet" />
<script src="~/Content/scripts/bootstrap/bootstrap.min.js"></script>
<link href="~/Content/scripts/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="~/Content/scripts/bootstrap/css/bootstrap.extension.css" rel="stylesheet" />
<script src="~/Content/scripts/bootstrap/js/bootstrap.min.js"></script>
<!--bootstrap组件end-->
<script src="~/Content/scripts/plugins/datepicker/WdatePicker.js"></script>
<script src="/Content/layui/layui.js"></script>
<script src="/Content/scripts/layui/layui.js"></script>
<script type="text/javascript">
var layer;
layui.use(['layer', 'form'], function () {