ViewConst.js 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. var t = require;
  2. var e = module;
  3. var i = exports;
  4. Object.defineProperty(i, "__esModule", {value: !0}),
  5. (i.ViewConst = void 0),
  6. ((i = i.ViewConst || (i.ViewConst = {}))[(i.Loading = 0)] = "Loading"),
  7. (i[(i.Login = 1)] = "Login"),
  8. (i[(i.GameMain = 2)] = "GameMain"),
  9. (i[(i.Game = 3)] = "Game"),
  10. (i[(i.GameUI = 4)] = "GameUI"),
  11. (i[(i.ArchiveonMgrView = 5)] = "ArchiveonMgrView"),
  12. (i[(i.DebugUI = 6)] = "DebugUI"),
  13. (i[(i.ShopView = 7)] = "ShopView"),
  14. (i[(i.SettingView = 8)] = "SettingView"),
  15. (i[(i.EmailView = 9)] = "EmailView"),
  16. (i[(i.EmailInfoView = 10)] = "EmailInfoView"),
  17. (i[(i.PlayerInfoView = 11)] = "PlayerInfoView"),
  18. (i[(i.LanguageSelectView = 12)] = "LanguageSelectView"),
  19. (i[(i.TipView = 13)] = "TipView"),
  20. (i[(i.HighTipView = 14)] = "HighTipView"),
  21. (i[(i.GuideView = 15)] = "GuideView"),
  22. (i[(i.MapView = 16)] = "MapView"),
  23. (i[(i.IdleView = 17)] = "IdleView"),
  24. (i[(i.QuestGuideView = 18)] = "QuestGuideView"),
  25. (i[(i.StageUpgradeView = 19)] = "StageUpgradeView"),
  26. (i[(i.SwitchMapView = 20)] = "SwitchMapView"),
  27. (i[(i.StageUpgradeTipView = 21)] = "StageUpgradeTipView"),
  28. (i[(i.AbilityView = 22)] = "AbilityView"),
  29. (i[(i.AdRateBuffView = 23)] = "AdRateBuffView"),
  30. (i[(i.AdRewardMoneyView = 24)] = "AdRewardMoneyView"),
  31. (i[(i.CostumeBagView = 25)] = "CostumeBagView"),
  32. (i[(i.CostumeInfoView = 26)] = "CostumeInfoView"),
  33. (i[(i.CostumeMergeView = 27)] = "CostumeMergeView"),
  34. (i[(i.ShopBuffView = 28)] = "ShopBuffView"),
  35. (i[(i.ShopBuffViewIcon = 29)] = "ShopBuffViewIcon"),
  36. (i[(i.ShopAdBoxLvTipView = 30)] = "ShopAdBoxLvTipView"),
  37. (i[(i.CongratulationView = 31)] = "CongratulationView"),
  38. (i[(i.ShopOpenBoxView = 32)] = "ShopOpenBoxView"),
  39. (i[(i.CostumeRefundView = 33)] = "CostumeRefundView"),
  40. (i[(i.CotumeUpgradView = 34)] = "CotumeUpgradView"),
  41. (i[(i.CostumeMergeTipView = 35)] = "CostumeMergeTipView"),
  42. (i[(i.ActivityView = 36)] = "ActivityView"),
  43. (i[(i.FbEnterView = 37)] = "FbEnterView"),
  44. (i[(i.GameLoadingView = 38)] = "GameLoadingView"),
  45. (i[(i.ShopViewIcon = 39)] = "ShopViewIcon"),
  46. (i[(i.ShopFirstView = 40)] = "ShopFirstView"),
  47. (i[(i.ShopBankView = 41)] = "ShopBankView"),
  48. (i[(i.HelperCatInfoView = 42)] = "HelperCatInfoView"),
  49. (i[(i.InviteHelperCatView = 43)] = "InviteHelperCatView"),
  50. (i[(i.MailBoxView = 44)] = "MailBoxView"),
  51. (i[(i.MailListView = 45)] = "MailListView"),
  52. (i[(i.CostumeStatisticsView = 46)] = "CostumeStatisticsView"),
  53. (i[(i.CostumeMergeAniView = 47)] = "CostumeMergeAniView"),
  54. (i[(i.ShopRemoveAdView = 48)] = "ShopRemoveAdView"),
  55. (i[(i.CostumeCoinReturnView = 49)] = "CostumeCoinReturnView"),
  56. (i[(i.WorldMapView = 50)] = "WorldMapView");