Commit 8ea88262 authored by liujiangnan's avatar liujiangnan

feat

parent 74ae27e0
...@@ -95,6 +95,14 @@ cc.Class({ ...@@ -95,6 +95,14 @@ cc.Class({
} }
}, },
saveAnswer(data, callback) {
this.callNetworkApiPost(`v1/terminal/save/learnresult`, {
engineCode: this.engineCode,
w_id: data.w_id,
word: data.text_en,
}).then(callback);
},
// 需要预加载的数量 // 需要预加载的数量
preloadCount: null, preloadCount: null,
...@@ -126,7 +134,7 @@ cc.Class({ ...@@ -126,7 +134,7 @@ cc.Class({
this.showWaitingLetters(); this.showWaitingLetters();
this.onMiddleLayerLoadingFinish(); this.onMiddleLayerLoadingFinish();
this.loadOnlineBundle("OP_03_2"); this.loadOnlineBundle("wordgame_syllabus");
}, },
initListener() { initListener() {
......
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