tcx_xiyou_yueNan
zhangjiannan 2025-01-21 16:12:56 +08:00
parent 6122e0f7b9
commit 5557abc078
1 changed files with 2 additions and 2 deletions

View File

@ -149,11 +149,11 @@ function this.Pay(id, func)
UIManager.OpenPanel(UIName.GMCommonConfirmPanel, args)
end
else
MsgPanel.ShowTwo("现金点卷和论道币不足是否前往充值", function()
MsgPanel.ShowTwo(GetLanguageStrById("现金点券不足是否前往充值"), function()
end, function()
UIManager.OpenPanel(UIName.ActivityMainPanel, 36, 8)
end, nil, GetLanguageStrById("前往"))
end, nil, GetLanguageStrById("前往充值"))
end
end)
end