diff --git a/SrcJyPublic.js b/SrcJyPublic.js index bbca8e78..4da113a6 100644 --- a/SrcJyPublic.js +++ b/SrcJyPublic.js @@ -43,7 +43,7 @@ function getGroupLists(datas, k) { let group = it.group||it.type; return !k || (k==group); }) - if(getItem('ListSort','name') == 'update'){ + if(getItem('sourceListSort','name') == 'update'){ datas = sortByPinyin(datas); } return datas;