Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OP_08_3
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
OP_08_3
Commits
31c2dab8
Commit
31c2dab8
authored
Jul 13, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 结束动画删除
parent
87761362
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
OP_08_3.js
assets/OP_08_3/scene/OP_08_3.js
+4
-5
No files found.
assets/OP_08_3/scene/OP_08_3.js
View file @
31c2dab8
...
@@ -1420,7 +1420,6 @@ cc.Class({
...
@@ -1420,7 +1420,6 @@ cc.Class({
// }
// }
this
.
showPhotoSuccess
();
this
.
showPhotoSuccess
();
onHomeworkFinish
();
},
},
...
@@ -2331,19 +2330,19 @@ cc.Class({
...
@@ -2331,19 +2330,19 @@ cc.Class({
console
.
log
(
'
in showPhotoSuccess
'
)
console
.
log
(
'
in showPhotoSuccess
'
)
this
.
startFinishAnim
();
this
.
startFinishAnim
();
// playAudio(this.audioTipSuccess.clip)
this
.
endTesting
();
this
.
endTesting
();
},
},
startFinishAnim
()
{
startFinishAnim
()
{
if
(
!
this
.
data
.
skeJsonData
.
url
)
{
if
(
!
this
.
data
.
skeJsonData
.
url
||
true
)
{
playAudioByUrl
(
this
.
data
.
end_audio_url
,
()
=>
{
playAudioByUrl
(
this
.
data
.
end_audio_url
,
()
=>
{
onHomeworkFinish
();
})
})
return
;
return
;
}
}
...
...
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