Commit 8cf86582 by libai

ft活动上线

parent 88a09a80
Showing with 8 additions and 1 deletions
...@@ -41,12 +41,19 @@ ...@@ -41,12 +41,19 @@
<script type="text/javascript" src="https://app.ixiulive.com/static/js/socket.io.js"></script> <script type="text/javascript" src="https://app.ixiulive.com/static/js/socket.io.js"></script>
<script> <script>
$(function(){ $(function(){
if(sessionStorage.lang!=2){ if(sessionStorage.lang!=2){
$("body").addClass("bg-en") $("body").addClass("bg-en")
$(".en-t1").text("hot pop") $(".en-t1").text("hot pop")
$(".en-t2").text("rank") $(".en-t2").text("rank")
} }
// var obj = {
// "cid": 41,
// "data": {
// "AHEX": '#00FFFFFF' // # color2值为AHEX色值 例:#FFFFFFFF,
// }
// }
// var obj2 = JSON.stringify(obj);
// appCollaboration(obj2);
var obj = { var obj = {
"cid": 43, "cid": 43,
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
......
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