添加log
parent
30b3adbee6
commit
d05fe62424
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue