Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OP_08_1
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_1
Commits
6f58f99c
Commit
6f58f99c
authored
Jul 13, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 结束动画删除
parent
9c67eddb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.DS_Store
.DS_Store
+0
-0
OP_08_1.js
assets/OP_08_1/scene/OP_08_1.js
+2
-2
No files found.
.DS_Store
View file @
6f58f99c
No preview for this file type
assets/OP_08_1/scene/OP_08_1.js
View file @
6f58f99c
...
@@ -1411,7 +1411,6 @@ cc.Class({
...
@@ -1411,7 +1411,6 @@ cc.Class({
// }
// }
this
.
showPhotoSuccess
();
this
.
showPhotoSuccess
();
onHomeworkFinish
();
},
},
...
@@ -2332,8 +2331,9 @@ cc.Class({
...
@@ -2332,8 +2331,9 @@ cc.Class({
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