正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
@@ -79,6 +79,9 @@ | @@ -79,6 +79,9 @@ | ||
79 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> | 79 | <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script> |
80 | <script type="text/javascript"> | 80 | <script type="text/javascript"> |
81 | // alert($(document).height()) | 81 | // alert($(document).height()) |
82 | + if($(document).height()==455){ | ||
83 | + $("body").css("height","80%") | ||
84 | + } | ||
82 | 85 | ||
83 | var swiper = new Swiper('.swiper-container', { | 86 | var swiper = new Swiper('.swiper-container', { |
84 | pagination: { | 87 | pagination: { |
-
请 注册 或 登录 后发表评论