Răsfoiți Sursa

推送列表提示

wangshan 5 ani în urmă
părinte
comite
47a78cce48
1 a modificat fișierele cu 4 adăugiri și 1 ștergeri
  1. 4 1
      src/web/templates/weixin/historypush.html

+ 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();
 					}
 				}