更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent 1ba85437e0
commit c239c59fc4
  1. 9
      SrcJu.js

@ -592,13 +592,16 @@ function search(keyword, mode, sdata) {
} }
hideLoading(); hideLoading();
} }
results = results.concat(data); log(obj)
log(results.length) //results = results.concat(data);
//log(results.length)
}else{ }else{
errors.push(id); //errors.push(id);
} }
}, },
param: { param: {
a: results,
b: errors
} }
}); });

Loading…
Cancel
Save