Commit 2a27b66d by libai

ft活动上线

parent 080bc5ce
...@@ -185,12 +185,12 @@ ...@@ -185,12 +185,12 @@
left: 0.05rem; left: 0.05rem;
} }
.list-ul .list-li-box2 .list-user-face { .list-ul .list-li-box2 .list-user-face {
top: 0.52rem; top: 0.72rem;
height: 1.3rem; height: 1.1rem;
width: 1.3rem; width: 1.1rem;
position: absolute; position: absolute;
border-radius: 1rem; border-radius: 1rem;
left: 1.5rem; left: 1.45rem;
} }
.list-ul .list-li-box3 { .list-ul .list-li-box3 {
width: 3.3rem; width: 3.3rem;
...@@ -421,6 +421,7 @@ ...@@ -421,6 +421,7 @@
.m1 { .m1 {
position: absolute; position: absolute;
width: 0.6rem; width: 0.6rem;
top: 0.2rem;
} }
.list-line { .list-line {
width: 6.6933rem; width: 6.6933rem;
......
...@@ -185,12 +185,12 @@ ...@@ -185,12 +185,12 @@
left: 0.05rem; left: 0.05rem;
} }
.list-user-face{ .list-user-face{
top: 0.52rem; top: 0.72rem;
height: 1.3rem; height: 1.1rem;
width: 1.3rem; width: 1.1rem;
position: absolute; position: absolute;
border-radius: 1rem; border-radius: 1rem;
left: 1.5rem; left: 1.45rem;
} }
} }
.list-li-box3{ .list-li-box3{
...@@ -425,6 +425,7 @@ ...@@ -425,6 +425,7 @@
.m1{ .m1{
position: absolute; position: absolute;
width: 0.6rem; width: 0.6rem;
top: 0.2rem;
} }
.list-line{ .list-line{
width: 6.6933rem; width: 6.6933rem;
......
...@@ -172,6 +172,7 @@ $(function(){ ...@@ -172,6 +172,7 @@ $(function(){
$(".task-bg").removeClass("exc-bg") $(".task-bg").removeClass("exc-bg")
$(".task-content").show() $(".task-content").show()
$(".exc-content").hide() $(".exc-content").hide()
$(".user-btn1").removeClass("user-btn2")
task() task()
} }
}) })
...@@ -333,8 +334,8 @@ $(function(){ ...@@ -333,8 +334,8 @@ $(function(){
var taskText='('+list.loginDays+'/7)' var taskText='('+list.loginDays+'/7)'
break; break;
case 9: case 9:
var barWidth=Math.floor(list.diamond/588*100) var barWidth=Math.floor(list.diamond/500*100)
var taskText='('+list.diamond+'/588)' var taskText='('+list.diamond+'/500)'
break; break;
case 10: case 10:
var barWidth=Math.floor(list.diamond/1888*100) var barWidth=Math.floor(list.diamond/1888*100)
......
...@@ -43,7 +43,14 @@ ...@@ -43,7 +43,14 @@
<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(){
setTimeout(function(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/queryExchangeRecord.html',
success:function(data){
}
})
}, 3000);
var titleArr=['','新秀出道','嶄露頭角','光芒萬丈'] var titleArr=['','新秀出道','嶄露頭角','光芒萬丈']
getData() getData()
$(".room-bg1").on("click",function(){ $(".room-bg1").on("click",function(){
......
...@@ -49,7 +49,14 @@ $(function(){ ...@@ -49,7 +49,14 @@ $(function(){
} }
var titleArr=['','新秀出道','嶄露頭角','光芒萬丈'] var titleArr=['','新秀出道','嶄露頭角','光芒萬丈']
getData() getData()
setTimeout(function(){
$.ajax({
url:$ip+'/actRaisingBeautifulGril/queryExchangeRecord.html',
success:function(data){
}
})
}, 3000);
var obj = { var obj = {
"cid": 43, "cid": 43,
"reqCode": new Date().getTime(), "reqCode": new Date().getTime(),
...@@ -57,7 +64,7 @@ $(function(){ ...@@ -57,7 +64,7 @@ $(function(){
"type":1, "type":1,
// "width":314, // "width":314,
"width":120, "width":120,
"height":60, "height":73,
'unit':2, 'unit':2,
"position":1 "position":1
} }
...@@ -75,7 +82,7 @@ $(function(){ ...@@ -75,7 +82,7 @@ $(function(){
"data": { "data": {
"popupType":2, "popupType":2,
// "width":314, // "width":314,
"url":''+$url+'/activeFt/hotGirl/index.html', "url":''+$url+'/activeFt/develop/index.html',
"heightR":160, "heightR":160,
"clickBlank":1, "clickBlank":1,
"bottom":'0', "bottom":'0',
......
...@@ -46,7 +46,7 @@ if (uid.indexOf("file:///") > -1) { ...@@ -46,7 +46,7 @@ if (uid.indexOf("file:///") > -1) {
sessionStorage.lang=2 sessionStorage.lang=2
sessionStorage.uid = 10007; sessionStorage.uid = 10007;
sessionStorage.token = 'debug' sessionStorage.token = 'debug'
sessionStorage.roomId=11134747; sessionStorage.roomId=210102;
sessionStorage.version=8890 sessionStorage.version=8890
sessionStorage.cid='web' sessionStorage.cid='web'
sessionStorage.pkg='h5' sessionStorage.pkg='h5'
......
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