Browse Source

推送页面顶部空白

wangkaiyue 5 năm trước cách đây
mục cha
commit
7d268dfef9

+ 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>