From 386f8046d0d38e810d050c055c66efe6c1039bf6 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Tue, 26 Jul 2022 15:11:21 +0000 Subject: [PATCH] update SrcJyXunmi.js. --- SrcJyXunmi.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SrcJyXunmi.js b/SrcJyXunmi.js index 01a97582..4c9e3821 100644 --- a/SrcJyXunmi.js +++ b/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?'‘‘’’'+groupmenu:groupname, + title: grouplist[i]==xunmigroup?'‘‘’’'+groupname:groupname, url: $('#noLoading#').lazyRule((bess,datalist,name,count,groupname)=>{ let groupmenu = getMyVar('groupmenu')?getMyVar('groupmenu').split(','):[]; for(let i in groupmenu){