From 895e935f6e3b835432589293a5d62e4c390c84af Mon Sep 17 00:00:00 2001
From: lihongjuan <lhj@bronet.cn>
Date: Sat, 13 Oct 2018 10:15:32 +0800
Subject: [PATCH] 修改

---
 public/themes/simpleboot3/portal/index.html | 3 +++
 1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/public/themes/simpleboot3/portal/index.html b/public/themes/simpleboot3/portal/index.html
index 74bd814..e931b2a 100644
--- a/public/themes/simpleboot3/portal/index.html
+++ b/public/themes/simpleboot3/portal/index.html
@@ -79,6 +79,9 @@
 <script src="__TMPL__/public/mobile/js/common.js" type="text/javascript" charset="utf-8"></script>
 <script type="text/javascript">
     // alert($(document).height())
+    if($(document).height()==455){
+        $("body").css("height","80%")
+    }
 
     var swiper = new Swiper('.swiper-container', {
         pagination: {
--
libgit2 0.24.0