Commit e9dcecba authored by 李帅's avatar 李帅

+1

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