Commit 156f8702 by libai

ft活动上线

parent a8af2aa6
......@@ -166,6 +166,7 @@
<script src="lib/swiper.min.js"></script>
<script>
$(function(){
if(sessionStorage.lang!=2){
$("body").addClass("bg-en")
$(".top-mc-p1").text("Best MC of yesterday")
......@@ -207,6 +208,12 @@ $(function(){
task()
}
})
if(sessionStorage.jump==1){
$(".mc-box").hide()
$(".user-box").fadeIn(200)
$(".top-btn1").addClass("top-btn2")
task()
}
$(".rule-btn").on("click",function(){
window.location.href="rule.html"+location.search
})
......
......@@ -53,7 +53,7 @@ $(function(){
"data": {
"msg": '跳转集合功能',
"jumptype": 3,
"url": $url + "/activeFt/goddess/index.html" + location.search,
"url": $url + "/activeFt/goddess/index.html" + location.search+'&jump=1',
}
}
var obj2 = JSON.stringify(obj);
......
......@@ -95,7 +95,7 @@ $(function(){
"data": {
"popupType":2,
// "width":314,
"url":''+$url+'/activeFt/goddess/index.html',
"url":''+$url+'/activeFt/goddess/index.html?jump=1',
"heightR":160,
"clickBlank":1,
"bottom":'0',
......
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