Commit dbb69626 authored by liujiangnan's avatar liujiangnan

feat: 上报成绩

parent e7069b3e
...@@ -613,6 +613,7 @@ cc.Class({ ...@@ -613,6 +613,7 @@ cc.Class({
if (window && window.courseware) { if (window && window.courseware) {
// 游戏结束 // 游戏结束
// TODO 上报成绩 // TODO 上报成绩
window["courseware"].sendAnswer({"gameEnd": true});
window.courseware.nextPage(); window.courseware.nextPage();
} }
}, },
......
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