修改标题
parent
a0d4042475
commit
52d4ff90c5
|
|
@ -27,6 +27,7 @@ local activityType = {
|
|||
[2]={name="Bg1/hero3",id=10041,hero="x_xianshizaohuan_ttjz"},
|
||||
[3]={name="Bg1/hero2",id=10089,hero="x_xianshizaohuan_rd"},
|
||||
},
|
||||
title = "x_xianshizaohuan_solgan",
|
||||
helptype = HELP_TYPE.TimeLimitedCall
|
||||
},
|
||||
--勇冠三军 限时召唤
|
||||
|
|
@ -37,6 +38,7 @@ local activityType = {
|
|||
[2]={name="Bg2/hero3",id=10026,hero="c_ygsj_kuang03"},
|
||||
[3]={name="Bg2/hero2",id=10040,hero="c_ygsj_kuang01"},
|
||||
},
|
||||
title = "c_ydsj_slogan",
|
||||
helptype = HELP_TYPE.TimeLimitedCall
|
||||
},
|
||||
--叱咤风云 限时召唤
|
||||
|
|
@ -47,6 +49,7 @@ local activityType = {
|
|||
[2]={name="Bg2/hero3",id=10023,hero="c_ccfy_kuang03"},
|
||||
[3]={name="Bg2/hero2",id=10014,hero="c_ccfy_kuang01"},
|
||||
},
|
||||
title = "c_ccfy_slogan",
|
||||
helptype = HELP_TYPE.TimeLimitedCall
|
||||
},
|
||||
}
|
||||
|
|
@ -121,7 +124,7 @@ function TimeLimitedCall:OnShow(_sortingOrder,_parent)
|
|||
|
||||
activityId = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.FindFairy)
|
||||
Util.GetGameObject(self.gameObject,activityType[activityId].bg):SetActive(true)
|
||||
|
||||
Util.GetGameObject(self.gameObject,activityType[activityId].bg.."/Image (3)"):GetComponent("Image").sprite = Util.Util.LoadSprite(activityType[activityId].title)
|
||||
local array = ConfigManager.GetAllConfigsDataByKey(ConfigName.LotterySetting,"ActivityId",activityId)
|
||||
singleRecruit = array[1]
|
||||
tenRecruit = array[2]
|
||||
|
|
|
|||
Loading…
Reference in New Issue