Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
ls_gramophone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
template admin
ls_gramophone
Commits
e9dcecba
Commit
e9dcecba
authored
Jun 13, 2022
by
李帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
+1
parent
fe6baa01
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ls_gramophone.ts
assets/ls_gramophone/scene/ls_gramophone.ts
+3
-3
No files found.
assets/ls_gramophone/scene/ls_gramophone.ts
View file @
e9dcecba
/*
* @Author: ls
* @Date: 2022-05-15 18:22:18
* @LastEditTime: 2022-06-13 1
1:08:09
* @LastEditTime: 2022-06-13 1
2: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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment