Commit 6b010f8b authored by 李帅's avatar 李帅

+1

parent 34115113
...@@ -228,7 +228,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -228,7 +228,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (window['courseware']) { if (window['courseware']) {
if (idx !== -1) { if (idx !== -1) {
window['courseware'].startTest(this.data.sentences[idx]); window['courseware'].startTest(this.data.sentences[idx].text);
} }
} }
}); });
......
/* /*
* @Author: ls * @Author: ls
* @Date: 2022-05-21 21:59:51 * @Date: 2022-05-21 21:59:51
* @LastEditTime: 2022-06-08 22:57:27 * @LastEditTime: 2022-06-13 10:34:48
* @LastEditors: ls * @LastEditors: ls
* @Description: * @Description:
* @FilePath: \ls_gramophone\assets\ls_gramophone\script\Item.ts * @FilePath: \ls_gramophone\assets\ls_gramophone\script\Item.ts
......
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