mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-03-03 16:24:28 +08:00
将标记在页面开头执行
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
<meta name="keywords" content="{:get_system_config('site_keywords')}">
|
||||
<meta name="description" content="{$post.desc|default=$post.title}" />
|
||||
{include file='common/_require'/}
|
||||
|
||||
<script>
|
||||
$.get('{:url("markVisit",["visit_id"=>$model_visit->id],false)}')
|
||||
</script>
|
||||
<link rel="stylesheet" href="/static/lib/heti/heti.min.css">
|
||||
<link rel="stylesheet" href="/static/lib/prismjs/prism.css">
|
||||
<link rel="stylesheet" href="/static/lib/viewer-1.1.0/viewer.min.css">
|
||||
@@ -17,6 +21,7 @@
|
||||
<script src="/static/lib/viewer-1.1.0/viewer.min.js"></script>
|
||||
<script src="/static/lib/jquery-viewer-1.0.1/jquery-viewer.min.js"></script>
|
||||
|
||||
|
||||
<style>
|
||||
.share {
|
||||
cursor: pointer;
|
||||
@@ -381,10 +386,6 @@
|
||||
});
|
||||
</script>
|
||||
|
||||
<script>
|
||||
$.get('{:url("markVisit",["visit_id"=>$model_visit->id])}')
|
||||
</script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user