|
@@ -280,6 +280,9 @@ function handleIndexLogin() {
|
|
|
if (loginParams) {
|
|
if (loginParams) {
|
|
|
lk.setVal(OfPayConstKey.loginParams, loginParams);
|
|
lk.setVal(OfPayConstKey.loginParams, loginParams);
|
|
|
}
|
|
}
|
|
|
|
|
+ if (!$response) {
|
|
|
|
|
+ return;
|
|
|
|
|
+ }
|
|
|
let headers = $response.headers;
|
|
let headers = $response.headers;
|
|
|
let newAuthorization = null;
|
|
let newAuthorization = null;
|
|
|
if (headers['Set-Cookie']) {
|
|
if (headers['Set-Cookie']) {
|