【bug】战斗跳过未解锁文字提示修改
parent
c3961b9501
commit
3c98337b33
|
|
@ -90,7 +90,7 @@ function this:BindEvent()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
Util.AddClick(this.ButtonLock, function ()
|
Util.AddClick(this.ButtonLock, function ()
|
||||||
PopupTipPanel.ShowTip(Language[10216])
|
PopupTipPanel.ShowTip("30级或充值任意金额后解锁")
|
||||||
end)
|
end)
|
||||||
|
|
||||||
local pauseTime = 31
|
local pauseTime = 31
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue