Commit b0fe6af1 authored by Tt's avatar Tt

重玩

parent c99d55ea
......@@ -631,7 +631,6 @@ cc.Class({
},
showRestartBtn() {
return;
const btn = cc.find('Canvas/bg/btnReplay');
btn.active = true;
btn.off('click');
......@@ -656,7 +655,6 @@ cc.Class({
},
hideRestartBtn() {
return;
console.log('hideRestartBtn');
const btn = cc.find('Canvas/bg/btnReplay');
btn.active = false;
......
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