|
@@ -173,12 +173,15 @@ namespace GFGGame
|
|
|
{
|
|
|
//_ui.m_t_close.Play(() =>
|
|
|
//{
|
|
|
- //_ui.m_comCard.m_holder.visible = false;
|
|
|
- //_ui.m_comCard.m_holder1.visible = false;
|
|
|
- //if (_newRewardList.Count == 0 && _oldRewardList.Count == 0)
|
|
|
- //{
|
|
|
- this.Hide();
|
|
|
- EventAgent.DispatchEvent(ConstMessage.LUCKY_BOX_REWARD_SHOW);
|
|
|
+ //_ui.m_comCard.m_holder.visible = false;
|
|
|
+ //_ui.m_comCard.m_holder1.visible = false;
|
|
|
+ //if (_newRewardList.Count == 0 && _oldRewardList.Count == 0)
|
|
|
+ //{
|
|
|
+ if (!GetSuitItemController.isAuto)
|
|
|
+ {
|
|
|
+ this.Hide();
|
|
|
+ EventAgent.DispatchEvent(ConstMessage.LUCKY_BOX_REWARD_SHOW);
|
|
|
+ }
|
|
|
// }
|
|
|
// else {
|
|
|
// _ui.m_t_open.Play();
|