【新百宝商会】提交
parent
557b9cc523
commit
3293656507
|
@ -1316,6 +1316,7 @@ ActivityTypeDef = {
|
|||
DynamicAct_Treasure = 20002,--主题活动珍奇宝阁
|
||||
LimitUpHero = 20003, --限时up活动 (祈愿)
|
||||
TreasureStore = 6000,--百宝商会
|
||||
TreasureStoreSeason2 = 6001,--新百宝商会
|
||||
YiJingBaoKu = 8000,--易经宝库
|
||||
|
||||
MeiRiLiBao = 10004,
|
||||
|
|
|
@ -422,6 +422,7 @@ UIName = {
|
|||
GeneralTreasurePanel=420, --通用秘宝界面
|
||||
YuJianXingPanel = 428,--御剑行界面
|
||||
CultivationPanel = 429,--主角修为界面
|
||||
TreasureStoreSeason2 = 431,--新百宝商会
|
||||
}
|
||||
|
||||
SubUIConfig = {
|
||||
|
|
|
@ -1018,6 +1018,8 @@ function this:TabBtnAction(id,actType,data)
|
|||
UIManager.OpenPanel(UIName.MissionDailyPanel,2,1)
|
||||
elseif id == ActivityTypeDef.TreasureStore then
|
||||
UIManager.OpenPanel(UIName.TreasureStorePopup)
|
||||
elseif id == ActivityTypeDef.TreasureStoreSeason2 then
|
||||
UIManager.OpenPanel(UIName.TreasureStoreSeason2)
|
||||
elseif id == ActivityTypeDef.DynamicAct then
|
||||
-- local dynamicAct = ActivityGiftManager.IsActivityTypeOpen(ActivityTypeDef.DynamicAct)
|
||||
-- local curindex = 1
|
||||
|
|
Loading…
Reference in New Issue