| | |
| | | |
| | | var isBlackSkin = type == ItemOperateType.sell || type == ItemOperateType.putOff; |
| | | m_Icon.SetSprite(isBlackSkin ? "UnReceiveBG" : "ReceiveBG_a"); |
| | | this.m_Title.color = UIHelper.GetUIColor(isBlackSkin ? TextColType.LightYellow : TextColType.Black); |
| | | this.m_Title.color = UIHelper.GetUIColor(TextColType.Black); |
| | | |
| | | m_Button.SetListener(() => |
| | | { |
| | |
| | | m_Reset.image.color = new Color32(200, 200, 200, 255);
|
| | | }
|
| | | m_Reset.SetColorful(m_ResetLabel, isResetOpen, 1);
|
| | | if (isResetOpen)
|
| | | m_ResetLabel.color = UIHelper.GetUIColor(TextColType.NavyBrown);
|
| | |
|
| | | m_Confirm.SetInteractable(m_ConfirmLabel, model.freePoint != model.cacheFreePoint);
|
| | | }
|