Commit 09491d59 by libai

测试

parent d5afdd71
Showing with 1 additions and 1 deletions
......@@ -877,7 +877,7 @@ $(function(){
for(var i=0;i<data.normalRoomList.length;i++){
var list=data.normalRoomList[i]
console.log(i)
if(i%3==0){
if(i%3==0&&i!=0){
if(data.vipRoomList[j]!=undefined){
list2=data.vipRoomList[j]
j++;
......
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