zouyong 5 лет назад
Родитель
Сommit
c9a9286905
1 измененных файлов с 1 добавлено и 1 удалено
  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();
     }
     public set tip(v:TipSystem){
-        this.tip = v;
+        this._tip = v;
     }
 }