Commit ad051f35 authored by Tt's avatar Tt

1

parent ff7ec199
......@@ -332,7 +332,7 @@ cc.Class({
window.courseware && window.courseware.startTest(this._stageData.word); //开始录音
setTimeout(() => {
if (1) return this.recrodEnd({
if (!window.courseware) return this.recrodEnd({
"dtLastResponse": "2021-09-17 13:36:26:109",
"refText": "I haven't found anything out about him yet.",
"recordId": "6144295213f0a2200000ed93",
......@@ -359,7 +359,7 @@ cc.Class({
},
recrodEnd(data) {
let score = data.result.overall;
score = 40;
// score = 40;
if (score > 50) {
GameManager.getIns().setState(3);
this.initLayout();
......
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