diff --git a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua index 183456f8d3..1ad6bcd015 100644 --- a/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/XiaoYao/XiaoYaoMapPanel.lua @@ -72,8 +72,8 @@ function this:InitComponent() this.helpBtn = Util.GetGameObject(self.gameObject, "helpBtn") this.helpPosition=this.helpBtn:GetComponent("RectTransform").localPosition - this.oneSaiZiEffect=Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Dan") - this.twoSaiZiEffect=Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Shuang") + this.oneSaiZiEffect = Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Dan") + this.twoSaiZiEffect = Util.GetGameObject(self.gameObject, "saizi/UI_Effect_ShaiZi_Shuang") end