【分解魂印提示】分解魂印提示不当(策划说改成,金色或金色以上)

dev_chengFeng
zhangqiang 2021-03-18 16:13:47 +08:00
parent cc9b681875
commit 0ced995afe
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ function this.ResolveBtnClickEvent()
local isPopUp = RedPointManager.PlayerPrefsGetStr(PlayerManager.uid .. "isSoulPrintShowSure")
local currentTime = os.date("%Y%m%d", PlayerManager.serverTime)
if (isPopUp ~= currentTime) then
MsgPanel.ShowTwo(Language[11729], nil, function(isShow)
MsgPanel.ShowTwo("分解的魂印中包含金色或金色以上魂印,确定进行分解?", nil, function(isShow)
if (isShow) then
local currentTime = os.date("%Y%m%d", PlayerManager.serverTime)
RedPointManager.PlayerPrefsSetStr(PlayerManager.uid .."isSoulPrintShowSure", currentTime)