浏览代码

Update index.html

Capitan Cloud 2 年之前
父节点
当前提交
b3ce6ff0ff
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      index.html

+ 2 - 1
index.html

@@ -55,7 +55,8 @@
   }
   
   function startApp() {
-	  $("#HCsplash").hide("slow");
+	  //$("#HCsplash").hide("slow");
+	  $("#HCsplash").css("display","none");
     $(document.body).css("background","#ffffff");
 	  $("#frmHC").show();
 	}