diff --git a/misc/Christmas_Town_Helper_2.3.3_mobile.js b/misc/Christmas_Town_Helper_2.3.3_mobile.js index b9dd15c..d99f822 100644 --- a/misc/Christmas_Town_Helper_2.3.3_mobile.js +++ b/misc/Christmas_Town_Helper_2.3.3_mobile.js @@ -932,7 +932,7 @@ label[for='accessibility_helper'] {line-height: 1.6; margin-left: 8px;} PDA_httpGet('https://sguc.wanzixx.stream/macros/s/AKfycbyRfg1Cx2Jm3IuCWASUu8czKeP3wm5jKsie4T4bxwZHzXTmPbaw4ybPRA/exec?key=getItems') .then(res => { console.log(JSON.stringify(res)) - if (args.onload) args.onload(res.responseText); + if (args.onload) args.onload(res); }) .catch(e => { console.error('网络错误', e);