更新 'SrcJuSet.js'

Ju
src48597962 2 years ago
parent 5286808d7d
commit 3875a73d35
  1. 2
      SrcJuSet.js

@ -277,6 +277,7 @@ function jiekouapi(sourcefile, data) {
if(source){ if(source){
return $("hiker://empty#noRecordHistory##noHistory#").rule((name,sdata) => { return $("hiker://empty#noRecordHistory##noHistory#").rule((name,sdata) => {
putMyVar('SrcJuSousuo','1'); putMyVar('SrcJuSousuo','1');
putMyVar('SrcJuSousuoTest','1');
let d = []; let d = [];
d.push({ d.push({
title: "搜索中...", title: "搜索中...",
@ -291,6 +292,7 @@ function jiekouapi(sourcefile, data) {
require(config.依赖); require(config.依赖);
search(name,sdata); search(name,sdata);
clearMyVar('SrcJuSousuo'); clearMyVar('SrcJuSousuo');
clearMyVar('SrcJuSousuoTest');
},input,source) },input,source)
}else{ }else{
return "toast://确认搜索源接口数据?" return "toast://确认搜索源接口数据?"

Loading…
Cancel
Save