slot0 = class("AtreFurniturePage", import(".TemplatePage.LoginTemplatePage")) function slot0.OnInit(slot0) uv0.super.OnInit(slot0) slot0.dayText = slot0:findTF("AD/DayText") end function slot0.OnFirstFlush(slot0) setActive(slot0.item, false) slot0.itemList:make(function (slot0, slot1, slot2) if slot0 == UIItemList.EventInit then slot4 = uv0.config.front_drops[slot1 + 1] updateDrop(uv0:findTF("item", slot2), { type = slot4[1], id = slot4[2], count = slot4[3] }) onButton(uv0, slot2, function () uv0:emit(BaseUI.ON_DROP, uv1) end, SFX_PANEL) return end if slot0 == UIItemList.EventUpdate then setActive(uv0:findTF("got", slot2), slot1 < uv0.nday) end end) end function slot0.OnUpdateFlush(slot0) uv0.super.OnUpdateFlush(slot0) setText(slot0.dayText, string.format("%02d", slot0.nday)) end return slot0