更新 'SrcJu.js'

Ju
src48597962 2 years ago
parent 0f393485b9
commit 3ea2716804
  1. 4
      SrcJu.js

@ -1069,13 +1069,13 @@ function search(keyword, mode, sdata, group, type) {
return results; return results;
}else{ }else{
let sousuosm = mode=="sousuo" ? success + "/" + list.length + ",第"+page+"页搜索完成" : "‘‘’’<small><font color=#f13b66a>" + success + "</font>/" + list.length + ",搜索完成</small>"; let sousuosm = mode=="sousuo" ? success + "/" + list.length + ",第"+page+"页搜索完成" : "‘‘’’<small><font color=#f13b66a>" + success + "</font>/" + list.length + ",搜索完成</small>";
updateItem(mode=="sousuo"?"sousuoloading":"listloading", { title: sousuosm }); updateItem(mode=="sousuo"||mode=="sousuo2" ? "sousuoloading" : "listloading", { title: sousuosm });
} }
} else { } else {
clearMyVar('SrcJuSearching'); clearMyVar('SrcJuSearching');
if(page==1){ if(page==1){
toast("无接口"); toast("无接口");
if(mode=="sousuo"){ if(mode=="sousuo"||mode=="sousuo2"){
updateItem("sousuoloading", { title: "无接口" }); updateItem("sousuoloading", { title: "无接口" });
} }
} }

Loading…
Cancel
Save