|
@@ -152,9 +152,17 @@ namespace GFGGame
|
|
|
item.m_loaIcon.url = ResPathUtil.GetActivityPath("hdbn_xslc_dmdhdwn", "png"); ;
|
|
|
item.m_loaTitle.visible = false;
|
|
|
}
|
|
|
+ else if (openCfg.id == 509)
|
|
|
+ {
|
|
|
+ item.m_loaIcon.url = ResPathUtil.GetActivityPath("hdbn_xslc_suxx", "png"); ;
|
|
|
+ item.m_loaTitle.visible = false;
|
|
|
+ }
|
|
|
else
|
|
|
{
|
|
|
- item.target.visible = false;
|
|
|
+ ActivityOpenCfg OpenCfg = ActivityOpenCfgArray.Instance.GetCfg(openCfg.id);
|
|
|
+ item.m_loaIcon.url = ResPathUtil.GetActivityPath(OpenCfg.res, "png"); ;
|
|
|
+ item.m_loaTitle.visible = false;
|
|
|
+ //item.target.visible = false;
|
|
|
UI_Button1.ProxyEnd();
|
|
|
return;
|
|
|
}
|