Commit e19f8830 by doszhang

dos

parent a374b2b3
......@@ -17,5 +17,5 @@
{:/block}
//js 文件导入
{:block name="js"}
<script src="__CDN__/js/common.js?v=1.6"></script>
<script src="__CDN__/js/common.js?v=1.7"></script>
{:/block}
\ No newline at end of file
......@@ -124,7 +124,7 @@ $(document).ready(function () {
}, 2000)
});
window.οnresize = function () {
document.οnresize = function () {
alert(1);
//键盘弹起与隐藏都会引起窗口的高度发生变化
var resizeHeight = document.documentElement.clientHeight || document.body.clientHeight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment