Commit 3b93bdaa by libai

ft活动上线

parent 483c9e9a
...@@ -128,6 +128,12 @@ ...@@ -128,6 +128,12 @@
<script> <script>
$(function(){ $(function(){
list() list()
if(sessionStorage.jump==1){
$(".top-btn1").addClass("top-btn2")
$(".mc-box").hide()
$(".user-box").fadeIn(250)
task()
}
$(".top-btn1 div").eq(0).on("click",function(){ $(".top-btn1 div").eq(0).on("click",function(){
$(".top-btn1").removeClass("top-btn2") $(".top-btn1").removeClass("top-btn2")
$(".user-box").hide() $(".user-box").hide()
......
...@@ -94,7 +94,7 @@ $(function(){ ...@@ -94,7 +94,7 @@ $(function(){
url:$ip+'/actSecretGarden/openPopup.html', url:$ip+'/actSecretGarden/openPopup.html',
data:{ data:{
width:'0', width:'0',
popupUrl:$url + "/activeFt/newMan/pop2.html" + location.search+'&jump=1', popupUrl:$url + "/activeFt/newMan/pop2.html" + location.search+'',
height:'0.5', height:'0.5',
heightR:'110', heightR:'110',
x:'0', x:'0',
...@@ -133,7 +133,7 @@ $(function(){ ...@@ -133,7 +133,7 @@ $(function(){
"data": { "data": {
"msg": '跳转集合功能', "msg": '跳转集合功能',
"jumptype": 3, "jumptype": 3,
"url": $url + "/activeFt/newMan/index.html" + location.search+'&jump=1', "url": $url + "/activeFt/newMan/index.html" + location.search+'&',
} }
} }
var obj2 = JSON.stringify(obj); var obj2 = JSON.stringify(obj);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment