序列号增加单据点开,会员页面优化

This commit is contained in:
季圣华
2021-05-30 07:31:09 +08:00
parent 3611eb84e0
commit 64d8e875bd
10 changed files with 50 additions and 70 deletions

View File

@@ -255,6 +255,7 @@
ajax.send(null);
window.SYS_TITLE = sysTitle;
document.title = window.SYS_TITLE;
var _hmt = _hmt || [];
</script>
</head>
@@ -270,5 +271,14 @@
</div>
</div>
</div>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?7007d53664243dc0e53bcf92791a712d";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</body>
</html>