|
@@ -204,7 +204,7 @@
|
|
|
// 弹窗
|
|
|
var times = new Date().getTime();
|
|
|
var live_Preheat_Start = {{.T.live_Preheat_Start}};
|
|
|
-var live_Preheat_End = {{.T.live_Preheat_End}};
|
|
|
+var live_Active_End = {{.T.live_Active_End}};
|
|
|
var live_preheat_day_count = localStorage.live_preheat_day_count;
|
|
|
var day = new Date().getDay();
|
|
|
var live_preheat_day = day;
|
|
@@ -217,7 +217,7 @@ if(live_preheat_day_count!=null&&live_preheat_day_count!=undefined){
|
|
|
}
|
|
|
}
|
|
|
if(sessionStorage.live_preheat_flag!="1"){
|
|
|
- if(live_preheat_count<2&×>=live_Preheat_Start*1000&×<=live_Preheat_End*1000){
|
|
|
+ if(live_preheat_count<2&×>=live_Preheat_Start*1000&×<=live_Active_End*1000){
|
|
|
sessionStorage.live_preheat_flag = "1";
|
|
|
localStorage.live_preheat_day_count = day+"_"+(live_preheat_count+1);
|
|
|
$(".live_preheat").fadeIn("normal",function(){
|