更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent 50869e2a95
commit bd354377a6
  1. 10
      SrcJu.js

@ -543,12 +543,14 @@ function erji() {
if(线路s.length>1){
d.push({
title: `““””<b><span style="color: #AABBFF">`+线路s[lineid]+`<small>⚡</small></span></b>`,
url: $(线路s,2,"选择线路").select((线路s,surl) => {
url: $(线路s,2,"选择线路").select((线路s,surl,lineid) => {
let index = 线路s.indexOf(input);
putMyVar("SrcJu_"+surl+"_line", index);
refreshPage(false);
if(lineid != index){
putMyVar("SrcJu_"+surl+"_line", index);
refreshPage(false);
}
return 'hiker://empty'
}, 线路s, surl),
}, 线路s, surl, lineid),
col_type: 'scroll_button',
extra: {
cls: "loadlist"

Loading…
Cancel
Save