|
|
@ -204,13 +204,13 @@ function Live() { |
|
|
|
}) |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
d.push({ |
|
|
|
d.push({ |
|
|
|
title: index == 0 ? '‘‘’’<b><span style="color:#3399cc">' + groupname : groupname, |
|
|
|
title: index == 0 ? '‘‘’’<b><span style="color:'+getItem('主题颜色','#2EC99D')+'">' + groupname : groupname, |
|
|
|
url: $('#noLoading#').lazyRule((grouplist, groupname, guanlidata, lists) => { |
|
|
|
url: $('#noLoading#').lazyRule((grouplist, groupname, guanlidata, lists) => { |
|
|
|
if (getMyVar('selectgroup') != groupname) { |
|
|
|
if (getMyVar('selectgroup') != groupname) { |
|
|
|
putMyVar('selectgroup', groupname); |
|
|
|
putMyVar('selectgroup', groupname); |
|
|
|
for (let i in grouplist) { |
|
|
|
for (let i in grouplist) { |
|
|
|
if (grouplist[i] == groupname) { |
|
|
|
if (grouplist[i] == groupname) { |
|
|
|
updateItem(groupname, { title: '‘‘’’<b><span style="color:#3399cc">' + groupname }) |
|
|
|
updateItem(groupname, { title: '‘‘’’<b><span style="color:'+getItem('主题颜色','#2EC99D')+'">' + groupname }) |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
updateItem(grouplist[i], { title: grouplist[i] }) |
|
|
|
updateItem(grouplist[i], { title: grouplist[i] }) |
|
|
|
} |
|
|
|
} |
|
|
|