浏览代码

推送页面顶部空白

wangkaiyue 5 年之前
父节点
当前提交
7d268dfef9
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/jfw/modules/app/src/web/templates/weixin/historypush.html

+ 3 - 2
src/jfw/modules/app/src/web/templates/weixin/historypush.html

@@ -191,6 +191,7 @@ function initpage(){
 			t_time_str=t_date.Format("yyyy年MM月dd日");
 			$("#starttime_").attr("date-value",ttt);
 			$("#starttime_").val(t_time_str);
+			isRightShow(t_time_str);
 			
 			document.getElementsByClassName("icon_time")[0].style.display="block";
 			if($(".icon_time").css("display")=='none') {
@@ -200,7 +201,7 @@ function initpage(){
 				document.getElementsByClassName("time_choice")[0].style.display="none";
 			}
 			$(".showType").css("display","flex");
-			$(".showType_bg").show();
+			$(".showType_bg").hide();
 		}
 		//$("#list").css("visibility","hidden");
 		dataCache = dataCache.concat(firstPage);
@@ -1286,4 +1287,4 @@ function AdClick(e,isExternal,link,title){
   }
 }
 </script>
-</html>
+</html>