JD: 尝试解决极少数用户崩溃问题

This commit is contained in:
NobyDa 2020-07-10 00:26:19 +08:00
parent 186d71e541
commit dc5b4530a8
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
京东多合一签到脚本 京东多合一签到脚本
更新时间: 2020.7.08 15:00 v1.26 更新时间: 2020.7.10 0:10 v1.27
有效接口: 24+ 有效接口: 24+
脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js 脚本兼容: QuantumultX, Surge, Loon, JSBox, Node.js
电报频道: @NobyDa 电报频道: @NobyDa
@ -762,7 +762,7 @@ function JingDongShake(s) {
function JDUserSignPre(s, key, title) { function JDUserSignPre(s, key, title) {
if ($nobyda.isNode) { if ($nobyda.isNode) {
return JDUserSignPre1(s, key, title); return JDUserSignPre1(s, key, title);
} else if (key == 'JDWomen' || $nobyda.isJSBox) { } else if (key == 'JDWomen' || key == 'JDJewels'|| $nobyda.isJSBox) {
return JDUserSignPre2(s, key, title); return JDUserSignPre2(s, key, title);
} else { } else {
return JDUserSignPre1(s, key, title); return JDUserSignPre1(s, key, title);