Commit 68304058 authored by 李维's avatar 李维

恢复重玩按钮

parent 1caf95d7
{
"ver": "1.1.2",
"uuid": "674355a7-3385-454b-b6d1-09dad407c648",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
{
"ver": "1.1.2",
"uuid": "9eac03c9-cbb6-4da4-b6f3-6552519d8fb7",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
......@@ -578,7 +578,7 @@ cc.Class({
},
showRestartBtn() {
return;
// return;
const btn = cc.find('Canvas/bg/btnReplay');
btn.active = true;
btn.off('click');
......@@ -603,7 +603,7 @@ cc.Class({
},
hideRestartBtn() {
return;
// 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