Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
new-sing
h5-base
Commits
8f0f08ac
Commit
8f0f08ac
authored
Sep 17, 2019
by
IvyXia123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
setTimeout
parent
e23d775f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
evaluate.vue
src/components/newLesson/evaluate.vue
+5
-3
No files found.
src/components/newLesson/evaluate.vue
View file @
8f0f08ac
...
...
@@ -174,6 +174,7 @@
});
},
audioFn
(){
let
_that
=
this
setTimeout
(()
=>
{
if
(
this
.
$store
.
state
.
lookStatus
==
0
)
{
this
.
audioPoint
=
audioGood
;
...
...
@@ -183,9 +184,10 @@
this
.
audioPoint
=
audioPerfect
;
}
this
.
$refs
.
audioDom
.
load
();
setTimeout
(()
=>
{
this
.
$refs
.
audioDom
.
play
();
},
100
);
/* setTimeout(() => {
this.$refs.audioDom.play()
}, 100);*/
},
300
);
},
/**
...
...
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