Ver Fonte

修复死循环

zouyong há 5 anos atrás
pai
commit
c9a9286905
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      assets/script/mk/system/MKSystem.ts

+ 1 - 1
assets/script/mk/system/MKSystem.ts

@@ -116,7 +116,7 @@ class MKSystem {
         return this._tip || new TipSystem();
         return this._tip || new TipSystem();
     }
     }
     public set tip(v:TipSystem){
     public set tip(v:TipSystem){
-        this.tip = v;
+        this._tip = v;
     }
     }
 }
 }