提示修改
parent
8adfe3644e
commit
7bf910462b
|
|
@ -680,7 +680,7 @@ function this.ShowBattleResultByJumpServerHightLadder(_result)
|
||||||
|
|
||||||
if _result == 0 then -- 失败
|
if _result == 0 then -- 失败
|
||||||
if fightType == BATTLE_TYPE.JumpServerhightLadder then
|
if fightType == BATTLE_TYPE.JumpServerhightLadder then
|
||||||
PopupTipPanel.ShowTip("挑战失败,罗浮争锋排行无变化!")
|
PopupTipPanel.ShowTip("挑战失败,鸟笼竞技场排行无变化!")
|
||||||
if JumpServerManager.curBattleDrop.itemlist ~= nil and #JumpServerManager.curBattleDrop.itemlist > 0 then
|
if JumpServerManager.curBattleDrop.itemlist ~= nil and #JumpServerManager.curBattleDrop.itemlist > 0 then
|
||||||
local content = {}
|
local content = {}
|
||||||
for i = 1, #JumpServerManager.curBattleDrop.itemlist do
|
for i = 1, #JumpServerManager.curBattleDrop.itemlist do
|
||||||
|
|
|
||||||
|
|
@ -193,7 +193,7 @@ function PowerRice:SingleDataShow(item,data,index)
|
||||||
end
|
end
|
||||||
Util.AddOnceClick(getBtn,function ()
|
Util.AddOnceClick(getBtn,function ()
|
||||||
if state == 0 then
|
if state == 0 then
|
||||||
-- PopupTipPanel.ShowTip("请前往山河社稷图获取更多星星!")
|
-- PopupTipPanel.ShowTip("请前往征服四海获取更多星星!")
|
||||||
JumpManager.GoJump(22001)
|
JumpManager.GoJump(22001)
|
||||||
elseif state == 1 then
|
elseif state == 1 then
|
||||||
NetManager.GetActivityRewardRequest(data.missionId,self.actData.activityId,function (_drop)
|
NetManager.GetActivityRewardRequest(data.missionId,self.actData.activityId,function (_drop)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue