Commit 27aedfd5 by libai

测试

parent 53595dac
Showing with 2 additions and 2 deletions
......@@ -892,7 +892,7 @@ $(function(){
var list=data.normalRoomList[i]
if(i%3==0&&i!=0){
if(i%2==0&&i!=0){
if(data.vipRoomList[j]!=undefined){
list2=data.vipRoomList[j]
......
......@@ -1151,7 +1151,7 @@ $(function(){
var j=0
for(var i=0;i<data.normalRoomList.length;i++){
var list=data.normalRoomList[i]
if(i%3==0&&i!=0){
if(i%2==0&&i!=0){
if(data.vipRoomList[j]!=undefined){
list2=data.vipRoomList[j]
if(i==data.normalRoomList.length-1)newList+=(','+JSON.stringify(list2))
......
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