【社稷大典】打开社稷大典界面 时被提出公会 检测

dev_chengFeng
ZhangBiao 2020-10-26 16:37:56 +08:00
parent b2c841e572
commit 0340b7d468
1 changed files with 5 additions and 1 deletions

View File

@ -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