更新 'SrcJyData.js'

master
src48597962 5 months ago
parent 69427ef777
commit 8df92c6d6f
  1. 4
      SrcJyData.js

@ -644,7 +644,7 @@ function getYiData(jkdata, batchTest) {
}
json = { "list": xmllist };
} else if (!/{|}/.test(gethtml) && gethtml != "") {
let decfile = globalMap0.getVar('Jy_gmParams').datapath + "appdec.js";
let decfile = globalMap0.getVar('Jy_gmParams').libspath + "appdec.js";
let Juyingdec = fetch(decfile);
if (Juyingdec != "") {
eval(Juyingdec);
@ -846,7 +846,7 @@ function getSsData(name, jkdata, page) {
json = JSON.parse(gethtml);
}
} else if (!/{|}/.test(gethtml) && gethtml != "") {
let decfile = globalMap0.getVar('Jy_gmParams').datapath + "appdec.js";
let decfile = globalMap0.getVar('Jy_gmParams').libspath + "appdec.js";
let Juyingdec = fetch(decfile);
if (Juyingdec != "") {
eval(Juyingdec);

Loading…
Cancel
Save