wangshan 5 жил өмнө
parent
commit
47a78cce48

+ 4 - 1
src/web/templates/weixin/historypush.html

@@ -273,9 +273,12 @@
 					}
 				}
 			}else{
+				haskey = false
+				isPassCount = true
 				if(!haskey){
 					$(".set_keyword").show();
-					if(isPassCount){
+					if(isPassCount&&(localStorage.isPassCount==null||localStorage.isPassCount!=date.split("-")[2])){
+						localStorage.isPassCount=date.split("-")[2]
 						weuiDialog();
 					}
 				}