更新 'SrcJyData.js'

pull/1/head
src48597962 2 years ago
parent c74bed3fae
commit cc71ea4905
  1. 4
      SrcJyData.js

@ -208,8 +208,8 @@ function homepage(datasource){
col_type: 'scroll_button' col_type: 'scroll_button'
}); });
} }
log($.type(acts))
if($.type(acts)!='undefined'&&filter[i].label=='明星'){ if(acts!=undefined&&filter[i].label=='明星'){
let act = acts[getMyVar('SrcJuying$地区', '全部')]; let act = acts[getMyVar('SrcJuying$地区', '全部')];
act.forEach(item => { act.forEach(item => {
if($.type(item)!='string'){ if($.type(item)!='string'){

Loading…
Cancel
Save