Commit 0485a8ad authored by yu's avatar yu

录音闪退bug

parent e563215e
......@@ -810,8 +810,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