更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent 6d10333178
commit 266ce58b55
  1. 2
      SrcJu.js

@ -593,6 +593,7 @@ function search(keyword, mode, sdata) {
hideLoading(); hideLoading();
} }
obj.results = obj.results.concat(data); obj.results = obj.results.concat(data);
log(obj.results.length)
}else{ }else{
obj.errors.push(id); obj.errors.push(id);
} }
@ -602,6 +603,7 @@ function search(keyword, mode, sdata) {
errors: beerrors errors: beerrors
} }
}); });
log(beerrors)
if(mode=="sousuo"){ if(mode=="sousuo"){
log(beresults); log(beresults);
return beresults; return beresults;

Loading…
Cancel
Save