更新 'SrcJyData.js'

master
src48597962 4 months ago
parent 5397a625e7
commit 7388890136
  1. 2
      SrcJyData.js

@ -326,7 +326,7 @@ function getYiData(jkdata, batchTest) {
} else { } else {
let typehtml = dealJson(gethtml); let typehtml = dealJson(gethtml);
let typelist = typehtml["class"] || []; let typelist = typehtml["class"] || [];
if (cate_onlyshow) { if (cate_onlyshow.length>0) {
for (var i = 0; i < typelist.length; i++) { for (var i = 0; i < typelist.length; i++) {
if (cate_onlyshow.indexOf(typelist[i].type_name) == -1 && typelist[i].type_pid!=0) { if (cate_onlyshow.indexOf(typelist[i].type_name) == -1 && typelist[i].type_pid!=0) {
typelist.splice(i, 1); typelist.splice(i, 1);

Loading…
Cancel
Save