Example #1
0
    private void showDetail(DayTopButton button)
    {
        SevenDaysHappySample sample = button.getSevenDaysHappySample();

        sevenDaysHappyContent.initContent(sample, button);

        if (lastSelect != null)
        {
            lastSelect.selelct.gameObject.SetActive(false);
        }
        button.selelct.gameObject.SetActive(true);

        lastSelect = button;
    }