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