Commit 05ba4636 authored by 范雪寒's avatar 范雪寒

fix: bugs

parent fca1a868
...@@ -49,7 +49,7 @@ cc.Class({ ...@@ -49,7 +49,7 @@ cc.Class({
}); });
}, },
buttonOnClick(button, callback) { buttonOnClick(button, callback, scale = 1.0) {
if (button['cantClick']) { if (button['cantClick']) {
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment