update SrcJyXunmi.js.

pull/1/head
src48597962 3 years ago committed by Gitee
parent 7a9506c796
commit 386f8046d0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
  1. 4
      SrcJyXunmi.js

@ -129,7 +129,7 @@ function xunmi(name,data) {
grouplist = uniq(grouplist);
if(xunmigroup&&grouplist.indexOf(xunmigroup)>-1&&grouplist.indexOf(xunmigroup)!=0){
for (var i = 0; i < grouplist.length; i++) {
if (grouplist[i] === xunmigroup) {
if (grouplist[i] == xunmigroup) {
grouplist.splice(i, 1);
break;
}
@ -145,7 +145,7 @@ function xunmi(name,data) {
groupmenu.push(groupname);
putMyVar('groupmenu',groupmenu.join(','));
d.push({
title: grouplist[i]===xunmigroup?'‘‘’’<span style="color:#f13b66a">'+groupmenu:groupname,
title: grouplist[i]==xunmigroup?'‘‘’’<span style="color:#f13b66a">'+groupname:groupname,
url: $('#noLoading#').lazyRule((bess,datalist,name,count,groupname)=>{
let groupmenu = getMyVar('groupmenu')?getMyVar('groupmenu').split(','):[];
for(let i in groupmenu){

Loading…
Cancel
Save