|
@@ -177,7 +177,7 @@ namespace GFGGame
|
|
|
comBox.m_comLuckBoxBtn.m_comCostOne.m_c1.selectedIndex = 1;
|
|
|
comBox.m_comLuckBoxBtn.m_txtFreeTime.visible = false;
|
|
|
}
|
|
|
- RedDotController.Instance.SetComRedDot(comBox.m_comLuckBoxBtn.m_btnBuyOne, comBox.m_comLuckBoxBtn.m_comCostOne.m_c1.selectedIndex == 1);
|
|
|
+ RedDotController.Instance.SetComRedDot(comBox.m_comLuckBoxBtn.m_btnBuyOne, comBox.m_comLuckBoxBtn.m_comCostOne.m_c1.selectedIndex == 1, "", -29, 9);
|
|
|
}
|
|
|
|
|
|
RedDotController.Instance.SetComRedDot(_ui.m_btnLeft, LuckyBoxDataManager.Instance.RedBtnLeft(_curIndex));
|
|
@@ -657,7 +657,7 @@ namespace GFGGame
|
|
|
comBox.m_comLuckBoxBtn.m_comCostOne.m_c1.selectedIndex = 0;
|
|
|
comBox.m_comLuckBoxBtn.m_txtFreeTime.visible = false;
|
|
|
}
|
|
|
- RedDotController.Instance.SetComRedDot(comBox.m_comLuckBoxBtn.m_btnBuyOne, comBox.m_comLuckBoxBtn.m_comCostOne.m_c1.selectedIndex == 1);
|
|
|
+ RedDotController.Instance.SetComRedDot(comBox.m_comLuckBoxBtn.m_btnBuyOne, comBox.m_comLuckBoxBtn.m_comCostOne.m_c1.selectedIndex == 1, "", -29, 9);
|
|
|
|
|
|
UI_ComBox1.ProxyEnd();
|
|
|
}
|