Commit 3b93bdaa by libai

ft活动上线

parent 483c9e9a
......@@ -128,6 +128,12 @@
<script>
$(function(){
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").removeClass("top-btn2")
$(".user-box").hide()
......
......@@ -94,7 +94,7 @@ $(function(){
url:$ip+'/actSecretGarden/openPopup.html',
data:{
width:'0',
popupUrl:$url + "/activeFt/newMan/pop2.html" + location.search+'&jump=1',
popupUrl:$url + "/activeFt/newMan/pop2.html" + location.search+'',
height:'0.5',
heightR:'110',
x:'0',
......@@ -133,7 +133,7 @@ $(function(){
"data": {
"msg": '跳转集合功能',
"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);
......
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