更新 'SrcJuSet.js'

Ju
src48597962 1 year ago
parent 676e73e87a
commit 80bd520df2
  1. 5
      SrcJuSet.js

@ -890,13 +890,14 @@ function JYimport(input) {
data = JSON.parse(base64Decode(data));
if (input == "查看本地") {
return $('hiker://empty#noRecordHistory##noHistory#').rule((sourcefile, dataid) => {
setPageTitle('查看本地');
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJuSet.js');
let data = datalist.filter(d => d.name == dataid.name && d.type==dataid.type)[0];
jiekouapi(sourcefile, data, 1);
}, sourcefile, {type:item.type, name:item.name})
}, sourcefile, {type:data.type, name:data.name})
}else if (input == "查看导入") {
return $('hiker://empty#noRecordHistory##noHistory#').rule((sourcefile, data) => {
//setPageTitle('查看导入 | 聚阅接口');
setPageTitle('查看导入');
require(config.依赖.match(/http(s)?:\/\/.*\//)[0] + 'SrcJuSet.js');
jiekouapi(sourcefile, data, 1);
}, sourcefile, data)

Loading…
Cancel
Save