Commit 79dabf7b authored by liujiangnan's avatar liujiangnan

debug

parent 123441b4
......@@ -165,7 +165,9 @@ var game = cc.Class({
LWD_3.snd_mgr.playEffect(url, () => {
this.showRestartBtn();
// TODO 结束游戏,上报成绩
onHomeworkFinish();
setTimeout(() =>{
onHomeworkFinish();
}, 5000);
})
})
},
......
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