|
@@ -56,7 +56,8 @@ namespace GFGGame
|
|
base.OnShown();
|
|
base.OnShown();
|
|
_ui.m_bg.url = ResPathUtil.GetBgImgPath("gzs_fb_bj");
|
|
_ui.m_bg.url = ResPathUtil.GetBgImgPath("gzs_fb_bj");
|
|
_ui.m_c1.selectedIndex = 0;
|
|
_ui.m_c1.selectedIndex = 0;
|
|
- SuitID = 201030;
|
|
|
|
|
|
+ SuitID = JudgingRoundOpenCfgArray.Instance.dataArray[MatchingCompetitionDataManager.Instance.MatchingCompetitionSeason].ShowSuit;
|
|
|
|
+ _ui.m_titleText.text = JudgingRoundOpenCfgArray.Instance.dataArray[MatchingCompetitionDataManager.Instance.MatchingCompetitionSeason].Name;
|
|
SuitCfg suitCfg = SuitCfgArray.Instance.GetCfg(SuitID);
|
|
SuitCfg suitCfg = SuitCfgArray.Instance.GetCfg(SuitID);
|
|
_ui.m_suitName.text = suitCfg.name;
|
|
_ui.m_suitName.text = suitCfg.name;
|
|
UpdateView();
|
|
UpdateView();
|
|
@@ -114,15 +115,7 @@ namespace GFGGame
|
|
}
|
|
}
|
|
private void OnClickBtnUpload()
|
|
private void OnClickBtnUpload()
|
|
{
|
|
{
|
|
- //ViewManager.Show<DressUpView>(2, false);
|
|
|
|
-
|
|
|
|
- List<int> AllIdList = new List<int>() { 180004, 30486 , 30458 ,30416 };
|
|
|
|
- //foreach (var info in MatchingOneDataManager.Instance.OneRoleInfo.JudgingInfo.CollocationInfoList)
|
|
|
|
- //{
|
|
|
|
- // AllIdList.Add(info.ItemId);
|
|
|
|
- //}
|
|
|
|
- MatchingCompetitionDataManager.Instance.DetailNtexture = MatchingOneDataManager.Instance.OneRoleInfo.Ntexture;
|
|
|
|
- ViewManager.Show<MatchingCompetitionDetailView>(AllIdList);
|
|
|
|
|
|
+ ViewManager.Show<DressUpView>(2, false);
|
|
}
|
|
}
|
|
private async void OnClickBtnShop()
|
|
private async void OnClickBtnShop()
|
|
{
|
|
{
|