From 3ef35e28c4471736721a5099dd531f3224f4a574 Mon Sep 17 00:00:00 2001
From: libai <libai@yazhai.co>
Date: Mon, 23 Sep 2024 11:47:41 +0800
Subject: [PATCH] ft活动上线

---
 activeFt/newMan/oldView.html | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/activeFt/newMan/oldView.html b/activeFt/newMan/oldView.html
index 85a2169..68bb01f 100644
--- a/activeFt/newMan/oldView.html
+++ b/activeFt/newMan/oldView.html
@@ -170,26 +170,26 @@ $(function(){
             }, 300000);
         }
         if(goPop==1){
-            if(localStorage.newManLayer==undefined||localStorage.newManLayer<new Date().getTime()){
-            localStorage.newManLayer=(Number(new Date().getTime())+86400000)
-                setTimeout(function() {                       
-                    $.ajax({
-                        url:$ip+'/actSecretGarden/openPopup.html',
-                        data:{
-                            width:'0',
-                            popupUrl:$url + "/activeFt/newMan/pop2.html" + location.search+'',
-                            height:'0.5',
-                            heightR:'110',
-                            x:'0',
-                            y:'0.5',
-                        },
-                        success:function(){
-                        
-                        }
-                    })
-                }, 60000);
-            }
-
+            setTimeout(function() {     
+                if(localStorage.newManLayer==undefined||localStorage.newManLayer<new Date().getTime()){
+                    localStorage.newManLayer=(Number(new Date().getTime())+86400000)                   
+                        $.ajax({
+                            url:$ip+'/actSecretGarden/openPopup.html',
+                            data:{
+                                width:'0',
+                                popupUrl:$url + "/activeFt/newMan/pop2.html" + location.search+'',
+                                height:'0.5',
+                                heightR:'110',
+                                x:'0',
+                                y:'0.5',
+                            },
+                            success:function(){
+                            
+                            }
+                        })
+                    
+                }
+            }, 60000);
         }
     }, 3000);
     
--
libgit2 0.25.0