Sfoglia il codice sorgente

活动未开始啊

chenjunkai 5 anni fa
parent
commit
e3f28fd98f
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      web/ansjer_answer/js/status.js

+ 2 - 2
web/ansjer_answer/js/status.js

@@ -6,9 +6,9 @@ function dq(){
 	if((new Date("2019-10-1"))/1000<danqian && (new Date("2019-10-8"))/1000>danqian){
 	}else if((new Date("2019-10-1"))/1000>danqian){
 		alert("活动时间是10月1日到7日的");
-		window.location.href="../index.html"
+		//window.location.href="../index.html"
 	}else{
-		window.location.href="../index.html"
+		//window.location.href="../index.html"
 		alert("活动时间已经结束");
 	}
 }