|
@@ -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("活动时间已经结束");
|
|
|
}
|
|
|
}
|