更新 'SrcJyPublic.js'

master
src48597962 2 months ago
parent 0a699fa04d
commit 8e4f94ca3c
  1. 7
      SrcJyPublic.js

@ -702,7 +702,12 @@ function selectSource() {
manage.change();
manage.scrollToPosition(index, true);
} else if (i === 2) {
let sorttype = ["更新时间","接口名称","使用频率"].forEach(v=>v==getItem('sourceListSort','更新时间')?v+"√":v);
let sorttype = ["更新时间","接口名称","使用频率"];
sorttype.forEach(v=>{
if(v==getItem('sourceListSort','更新时间')){
v = v+"√";
}
});
showSelectOptions({
"title": "选择排序方式",
"options" : sorttype,

Loading…
Cancel
Save