shawenguan преди 1 година
родител
ревизия
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(){