【社稷大典】打开社稷大典界面 时被提出公会 检测
(cherry picked from commit 0340b7d468)
parent
f47ca02503
commit
e03d5449e5
|
|
@ -219,12 +219,16 @@ function this.OnPointerDown(Pointgo,data,i)--按下
|
||||||
PopupTipPanel.ShowTip("本活动需玩家等级达到五十级!")
|
PopupTipPanel.ShowTip("本活动需玩家等级达到五十级!")
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
if PlayerManager.familyId == 0 then
|
||||||
|
PopupTipPanel.ShowTip("请先加入公会!")
|
||||||
|
return
|
||||||
|
end
|
||||||
curItemIndex = i
|
curItemIndex = i
|
||||||
numCount = 1
|
numCount = 1
|
||||||
isPressed = true
|
isPressed = true
|
||||||
end
|
end
|
||||||
function this.OnPointerUp(Pointgo,data)--抬起
|
function this.OnPointerUp(Pointgo,data)--抬起
|
||||||
if PlayerManager.level < 50 then
|
if PlayerManager.level < 50 or PlayerManager.familyId == 0 then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
if isShortPress then
|
if isShortPress then
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue