|
|
@@ -196,7 +196,7 @@ function handleHeads() {
|
|
|
}
|
|
|
|
|
|
function handleLogin() {
|
|
|
- this.handleHeads();
|
|
|
+ handleHeads();
|
|
|
let rspBody = lk.getResponseBody();
|
|
|
if (!rspBody) {
|
|
|
return;
|
|
|
@@ -228,7 +228,7 @@ function handleLogin() {
|
|
|
}
|
|
|
|
|
|
function handleUserInfo() {
|
|
|
- this.handleHeads();
|
|
|
+ handleHeads();
|
|
|
let rspBody = lk.getResponseBody();
|
|
|
if (!rspBody) {
|
|
|
return;
|
|
|
@@ -250,7 +250,7 @@ function handleUserInfo() {
|
|
|
}
|
|
|
|
|
|
function handleMessageUnRead(){
|
|
|
- this.handleHeads();
|
|
|
+ handleHeads();
|
|
|
}
|
|
|
|
|
|
function handleUserIsolationPageData(){
|