generalpopup commit
parent
f53a566ce8
commit
589e535e73
|
@ -1836,6 +1836,7 @@ GENERAL_POPUP_TYPE={
|
|||
QinglongSerectTreasureBuyLevel = 22,--青龙秘宝购买等级
|
||||
HeavenUnlockExtraRewardPanel = 23, --青龙秘宝解锁
|
||||
XiaoYaoYouItemExchange = 24, --逍遥游道具兑换
|
||||
|
||||
}
|
||||
|
||||
--抽卡类型
|
||||
|
|
|
@ -48,7 +48,8 @@ local contentScripts = {
|
|||
[21] = {view = require("Modules/Popup/View/GeneralPopup_BuyXuanYuanMirrorTims"), panelName = "GeneralPopup_BuyXuanYuanMirrorTims",type=GENERAL_POPUP_TYPE.XuanYuanBuyTimes},
|
||||
[22] = {view = require("Modules/Popup/View/GeneralPopup_QinglongSerectTreasureBuyLevel"), panelName = "GeneralPopup_QinglongSerectTreasureBuyLevel",type=GENERAL_POPUP_TYPE.QinglongSerectTreasureBuyLevel},
|
||||
[23] = {view = require("Modules/Popup/View/GeneralPopup_HeavenUnlockExtraRewardPanel"), panelName = "GeneralPopup_HeavenUnlockExtraRewardPanel",type=GENERAL_POPUP_TYPE.HeavenUnlockExtraRewardPanel},
|
||||
}
|
||||
[24] = {view = require("Modules/Popup/View/GeneralPopup_XiaoYaoYouItemExchange"), panelName = "GeneralPopup_XiaoYaoYouItemExchange",type=GENERAL_POPUP_TYPE.XiaoYaoYouItemExchange},
|
||||
}
|
||||
--子模块预设
|
||||
local contentPrefabs={}
|
||||
--打开弹窗类型
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 5e3bb92fe05e6f541a6ff21f45c5bed6
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in New Issue