Commit 5ae9e174 authored by Tt's avatar Tt

Merge branch 'master' of http://120.27.1.210:43210/huiwan/op53 into master

parents d5bc4a11 69776e13
......@@ -818,8 +818,11 @@ cc.Class({
pg.view.visible(bg_tryagain, false);
GameManager.getIns().setState(2);
this.initLayout()
window.courseware && window.courseware.startTest(this._stageData.word); //开始录音
let str = "";
this._stageData.word.forEach((t) => {
str += t.card;
})
window.courseware && window.courseware.startTest(str); //开始录音
this._timeoutIds.push(setTimeout(() => {
if (!window.courseware) return this.recrodEnd({
"dtLastResponse": "2021-09-17 13:36:26:109",
......
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