Commit 54284d04 by libai

ft活动上线

parent 07f99adf
...@@ -46,17 +46,7 @@ $(function(){ ...@@ -46,17 +46,7 @@ $(function(){
$(".en-t1").text("hot pop") $(".en-t1").text("hot pop")
$(".en-t2").text("rank") $(".en-t2").text("rank")
} }
setTimeout(() => {
var obj = {
"cid": 41,
"data": {
// "AHEX": '#00FFFFFF', // # color2值为AHEX色值 例:#FFFFFFFF,
"background":"transparent"
}
}
var obj2 = JSON.stringify(obj);
appCollaboration(obj2);
}, 500);
var obj = { var obj = {
"cid": 43, "cid": 43,
......
...@@ -44,7 +44,7 @@ if (uid.indexOf("http://localhost:63342") > -1) { ...@@ -44,7 +44,7 @@ if (uid.indexOf("http://localhost:63342") > -1) {
} }
if (uid.indexOf("file:///") > -1) { if (uid.indexOf("file:///") > -1) {
sessionStorage.lang=2 sessionStorage.lang=2
sessionStorage.uid = 11144624; sessionStorage.uid = 11134747;
sessionStorage.token = 'debug' sessionStorage.token = 'debug'
sessionStorage.roomId=174003; sessionStorage.roomId=174003;
sessionStorage.version=8890 sessionStorage.version=8890
......
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