Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1283/head
zouap 3 years ago
parent
commit
a26d66ff46
2 changed files with 5 additions and 5 deletions
  1. +3
    -1
      templates/base/head_home.tmpl
  2. +2
    -4
      templates/home.tmpl

+ 3
- 1
templates/base/head_home.tmpl View File

@@ -189,7 +189,9 @@ var _hmt = _hmt || [];
<script src="/self/func.js" type="text/javascript"></script>
<script src="{{StaticUrlPrefix}}/js/jquery.js?v={{MD5 AppVer}}"></script>
<!-- Swiper -->

<!--
<link rel="stylesheet" href="/swiper/swiper-bundle.min.css">
<script src="/swiper/swiper-bundle.min.js"></script>
</head>
<body>
{{template "custom/body_outer_pre" .}}


+ 2
- 4
templates/home.tmpl View File

@@ -144,7 +144,7 @@
</div>
<div class="am-mt-30"></div>

<script src="/home/home.js" type="text/javascript"></script>
<script>
$('.menu .item')
.tab();
@@ -180,7 +180,5 @@
});
</script>

<script src="/self/js/bootstrap.min.js" type="text/javascript"></script>
<script src="/self/js/app.js" type="text/javascript" ></script>
<script src="/home/home.js" type="text/javascript"></script>

{{template "base/footer" .}}

Loading…
Cancel
Save