浏览代码

活动未开始啊

chenjunkai 5 年之前
父节点
当前提交
e3f28fd98f
共有 1 个文件被更改,包括 2 次插入2 次删除
  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("活动时间已经结束");
 	}
 }