123456789101112131415161718192021222324252627282930313233 |
- M_PopupCFG = {}
- function M_PopupCFG:getData(key)
- if self.datas == nil then
- return nil
- end
- return self.datas[key]
- end
- function M_PopupCFG:init()
- self.datas = {}
- self.datas["TomorrowGiftView"] = {Key = "TomorrowGiftView", Scene = "11", RewardCon = 1, OtherDes = "", Oder = 2, Channel = {}}
- self.datas["SevenLoginView"] = {Key = "SevenLoginView", Scene = "11", RewardCon = 1, OtherDes = "", Oder = 4, Channel = {}}
- self.datas["MonthSignView"] = {Key = "MonthSignView", Scene = "11", RewardCon = 1, OtherDes = "", Oder = 7, Channel = {}}
- self.datas["MonthCardView"] = {Key = "MonthCardView", Scene = "11", RewardCon = 1, OtherDes = "3", Oder = 8, Channel = {}}
- self.datas["VipCoinView"] = {Key = "VipCoinView", Scene = "10", RewardCon = 1, OtherDes = "", Oder = 9, Channel = {}}
- self.datas["ActivityView"] = {Key = "ActivityView", Scene = "10", RewardCon = 0, OtherDes = "{"open":"pay;huntfish;FishActivity","oder":"DoubelEgg;LuckBag;ScoreLottery;crab;FishActivity;LuckStar;AcParvenu;pay;huntfish;TherionLegend;GiantsharkLegend;KunLegend;DebrisExchange;CanonExchange;LuckLottey;redpacket"}", Oder = 6, Channel = {}}
- self.datas["NYView"] = {Key = "NYView", Scene = "11", RewardCon = 1, OtherDes = "", Oder = 6, Channel = {}}
- self.datas["SevenPayView"] = {Key = "SevenPayView", Scene = "10", RewardCon = 0, OtherDes = "", Oder = 3, Channel = {"100001","100002","100003","100004","100005"}}
- self.datas["RedPack"] = {Key = "RedPack", Scene = "", RewardCon = nil, OtherDes = "", Oder = 10, Channel = {"100001","100002"}}
- self.datas["MDView"] = {Key = "MDView", Scene = "10", RewardCon = 0, OtherDes = "{"Channel":["brave","gift"],"brave":[1,2,110]}", Oder = 6, Channel = {"100001","100002"}}
- self.datas["FishGrowthView"] = {Key = "FishGrowthView", Scene = "", RewardCon = nil, OtherDes = "{"TurretLevel":6}", Oder = 11, Channel = {}}
- self.datas["DBView"] = {Key = "DBView", Scene = "10", RewardCon = 0, OtherDes = "{"Channel":["gift"]}", Oder = 6, Channel = {"100001","100002"}}
- self.datas["SummerView"] = {Key = "SummerView", Scene = "10", RewardCon = 0, OtherDes = "{"Channel":["gift"]}", Oder = 6, Channel = {"100001","100002"}}
- self.datas["GrandPrixView"] = {Key = "GrandPrixView", Scene = "10", RewardCon = 0, OtherDes = "", Oder = 7, Channel = {" "}}
- self.datas["FisrtGift"] = {Key = "FisrtGift", Scene = "10", RewardCon = 0, OtherDes = "", Oder = 5, Channel = {}}
- self.datas["VerifiedView"] = {Key = "VerifiedView", Scene = "11", RewardCon = 0, OtherDes = "", Oder = 1, Channel = {}}
- self.datas["SummerHappy"] = {Key = "SummerHappy", Scene = "10", RewardCon = 0, OtherDes = "", Oder = 2, Channel = {}}
- self.datas["SailingPop"] = {Key = "SailingPop", Scene = "10", RewardCon = 0, OtherDes = "", Oder = 2, Channel = {}}
- self.datas["AbysmFishingKingView"] = {Key = "AbysmFishingKingView", Scene = "11", RewardCon = 1, OtherDes = "", Oder = 7, Channel = {}}
- end
- M_PopupCFG:init()
|