|
|
|
@ -101,8 +101,9 @@ function Live() { |
|
|
|
|
return item.group==grouplist[i]; |
|
|
|
|
}) |
|
|
|
|
if(lists.length>0){ |
|
|
|
|
let groupname = grouplist[i].trim()?grouplist[i]:"无分组"; |
|
|
|
|
d.push({ |
|
|
|
|
title: index==0?'‘‘’’<b><span style="color:#3399cc">'+grouplist[i]:grouplist[i], |
|
|
|
|
title: index==0?'‘‘’’<b><span style="color:#3399cc">'+groupname:groupname, |
|
|
|
|
url: $('#noLoading#').lazyRule((grouplist,groupname,guanlidata,datalist,JYlivefile) => { |
|
|
|
|
for(let i in grouplist){ |
|
|
|
|
if(grouplist[i]==groupname){ |
|
|
|
@ -156,10 +157,10 @@ function Live() { |
|
|
|
|
} |
|
|
|
|
},groupname,JYlivefile) |
|
|
|
|
} |
|
|
|
|
},grouplist,grouplist[i],guanlidata,lists,JYlivefile), |
|
|
|
|
},grouplist,groupname,guanlidata,lists,JYlivefile), |
|
|
|
|
col_type: "scroll_button", |
|
|
|
|
extra: { |
|
|
|
|
id: grouplist[i] |
|
|
|
|
id: groupname |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
if(index==0){ |
|
|
|
|