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