Commit fe6baa01 authored by 李帅's avatar 李帅

+1

parent 48957aca
/* /*
* @Author: ls * @Author: ls
* @Date: 2022-05-15 18:22:18 * @Date: 2022-05-15 18:22:18
* @LastEditTime: 2022-06-13 10:53:00 * @LastEditTime: 2022-06-13 11:08:09
* @LastEditors: ls * @LastEditors: ls
* @Description: * @Description:
* @FilePath: \ls_gramophone\assets\ls_gramophone\scene\ls_gramophone.ts * @FilePath: \ls_gramophone\assets\ls_gramophone\scene\ls_gramophone.ts
...@@ -261,7 +261,8 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -261,7 +261,8 @@ export default class SceneComponent extends MyCocosSceneComponent {
window['courseware'].stopTest((res) => { window['courseware'].stopTest((res) => {
this.log('--------录音返回结果 stopTest ------------'); this.log('--------录音返回结果 stopTest ------------');
this.log(res); this.log(res);
this.log(`录音结果${JSON.stringify(JSON.parse(res).result)}`); this.log(`录音结果${JSON.stringify(JSON.parse(res).result.sentences)}`);
this.log(`录音结果${JSON.stringify(JSON.parse(res).result.sentences[0])}`);
if (idx !== -1) { if (idx !== -1) {
let it = this.content.children[idx].getComponent(Item); let it = this.content.children[idx].getComponent(Item);
......
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