Commit 07f99adf by libai

ft活动上线

parent 8fe93330
Showing with 4 additions and 1 deletions
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
<div style="display: none;" class="layer-rule1"></div> <div style="display: none;" class="layer-rule1"></div>
<div style="display: none;" class="layer-rule2"></div> <div style="display: none;" class="layer-rule2"></div>
<img class="ref" src="images/ref.png" alt=""> <img class="ref" src="images/ref.png" alt="">
<a href="rule.html"><img class="rule-btn" src="images/rule-btn.png" alt=""></a> <img class="rule-btn" src="images/rule-btn.png" alt="">
<div class="bg-bottom"></div> <div class="bg-bottom"></div>
<div class="bg2"></div> <div class="bg2"></div>
<div class="banner"></div> <div class="banner"></div>
...@@ -230,6 +230,9 @@ var obj = { ...@@ -230,6 +230,9 @@ var obj = {
var obj2 = JSON.stringify(obj); var obj2 = JSON.stringify(obj);
appCollaboration(obj2); appCollaboration(obj2);
$(function(){ $(function(){
$(".rule-btn").on("click",function(){
window.location.href="rule.html"+location.search
})
task() task()
topMc() topMc()
......
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