IOS兼容多账号cookie,即使不用NobyDacookie,也不会提示去获取cookie,cookie失效后,不再自动清除

This commit is contained in:
lxk0301
2020-12-24 10:21:47 +08:00
parent 98f7ba0490
commit acc79ebc1d
46 changed files with 44 additions and 72 deletions

View File

@ -50,6 +50,7 @@ if ($.isNode()) {
cookiesArr.reverse();
cookiesArr.push(...[$.getdata('CookieJD2'), $.getdata('CookieJD')]);
cookiesArr.reverse();
cookiesArr = cookiesArr.filter(item => item !== "" && item !== null && item !== undefined);
}
!function (n) {
"use strict";