shawenguan 1 год назад
Родитель
Сommit
2f3cdb41fa
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      Scripts/imoutai/imoutaiHelper.js

+ 3 - 3
Scripts/imoutai/imoutaiHelper.js

@@ -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(){