| | |
| | |
|
| | | switch ((DailyQuestType)data.id)
|
| | | {
|
| | | case DailyQuestType.Trial:
|
| | | m_FuncRedpointBehaviour.redpointId = model.trialExchangeRedpoint.id;
|
| | | break;
|
| | | default:
|
| | | m_FuncRedpointBehaviour.redpointId = 0;
|
| | | break;
|
| | |
| | |
|
| | | switch ((DailyQuestType)data.id)
|
| | | {
|
| | | case DailyQuestType.Trial:
|
| | | m_Func.gameObject.SetActive(state != DailyQuestModel.DailyQuestState.Locked);
|
| | | m_FuncDisplay.text = Language.Get("ItemHandle_exchange");
|
| | | break;
|
| | | case DailyQuestType.DungeonAssist:
|
| | | m_Func.gameObject.SetActive(false);
|
| | | m_Complete.gameObject.SetActive(false);
|