更新 'SrcJyData.js'

master
src48597962 8 months ago
parent e5a3332294
commit f3983b1634
  1. 4
      SrcJyData.js

@ -510,7 +510,7 @@ function getYiData(jkdata) {
}
json = { "list": xmllist };
} else if (!/{|}/.test(gethtml) && gethtml != "") {
let decfile = globalMap0.getMyVar('gmParams').rulepath + "appdec.js";
let decfile = globalMap0.getMyVar('gmParams').datapath + "appdec.js";
let Juyingdec = fetch(decfile);
if (Juyingdec != "") {
eval(Juyingdec);
@ -688,7 +688,7 @@ function getSsData(name, jkdata, page) {
json = JSON.parse(gethtml);
}
} else if (!/{|}/.test(gethtml) && gethtml != "") {
let decfile = globalMap0.getMyVar('gmParams').rulepath + "appdec.js";
let decfile = globalMap0.getMyVar('gmParams').datapath + "appdec.js";
let Juyingdec = fetch(decfile);
if (Juyingdec != "") {
eval(Juyingdec);

Loading…
Cancel
Save