|
|
@ -893,8 +893,9 @@ function getYiData(jkdata) { |
|
|
|
var searchurl = $('').lazyRule((data) => { |
|
|
|
var searchurl = $('').lazyRule((data) => { |
|
|
|
if(data){ |
|
|
|
if(data){ |
|
|
|
return $('hiker://empty#noRecordHistory##noHistory#').rule((name,data) => { |
|
|
|
return $('hiker://empty#noRecordHistory##noHistory#').rule((name,data) => { |
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0].replace('/Ju/','/master/') + 'SrcJyXunmi.js'); |
|
|
|
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJyData.js'); |
|
|
|
xunmi(name,data); |
|
|
|
let ssdata = getSsData(name,data); |
|
|
|
|
|
|
|
setResult(ssdata); |
|
|
|
}, input, data); |
|
|
|
}, input, data); |
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
return 'toast://未找到接口数据' |
|
|
|
return 'toast://未找到接口数据' |
|
|
|