添加log

dev_chengFeng
jiaoyangna 2021-10-28 18:39:10 +08:00
parent 30b3adbee6
commit d05fe62424
1 changed files with 1 additions and 1 deletions

View File

@ -200,13 +200,13 @@ function this:BindEvent()
end
end)
Util.AddOnceClick(this.btn_2, function()
LogGreen("isPress:"..tostring(isPress))
if isPress then
return
end
isPress = true
if this.opView and this.opView.On_Btn2_Click then
this.opView.On_Btn2_Click(this.curFormationIndex)
isPress = false
end
end)
end