示例#1
0
    public void UpdateAccountMgrDate()
    {
        if (m_BaseWndObject == null || m_BaseWndObject.activeSelf != true)
        {
            return;
        }
        switch (m_MgrUITyp)
        {
        case Acoount_MgrUI_Type.PasswordMgr_UI:
            m_PrsswordMgrUI.UpdatePasswordDate();
            break;

        case Acoount_MgrUI_Type.BindMobile_UI:
        {
            m_BindMobile.UpdateBingMobileDate();
        }
        break;

        case Acoount_MgrUI_Type.Phone_Password:
            m_phoneps.UpdatePasswordDate();
            break;

        case Acoount_MgrUI_Type.Certification_UI:
            m_Certification.UpdateCertificationDate();
            break;

        case Acoount_MgrUI_Type.ReceiverAddress_UI:
            m_ReceiverAddress.UpdateReceiverAddressDate();
            break;
        }
        SetBindBtn();
    }