Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NGT_02
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
NGT_02
Commits
21f4e3eb
Commit
21f4e3eb
authored
Feb 25, 2022
by
范雪寒
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 切换bundle时报错
parent
5d148fca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
hitItem.js
assets/NGT_02/PU20/scene/hitItem.js
+4
-2
No files found.
assets/NGT_02/PU20/scene/hitItem.js
View file @
21f4e3eb
...
@@ -134,8 +134,10 @@ cc.Class({
...
@@ -134,8 +134,10 @@ cc.Class({
cc
.
audioEngine
.
stop
(
this
.
audioId
)
cc
.
audioEngine
.
stop
(
this
.
audioId
)
this
.
audioId
=
null
this
.
audioId
=
null
}
}
this
.
tipsAnim
.
stop
()
if
(
this
.
tipsAnim
)
{
this
.
tipsAnim
.
node
.
active
=
false
this
.
tipsAnim
.
stop
()
this
.
tipsAnim
.
node
.
active
=
false
}
cc
.
systemEvent
.
off
(
'
stopMusic
'
,
this
.
onStopAudio
,
this
)
cc
.
systemEvent
.
off
(
'
stopMusic
'
,
this
.
onStopAudio
,
this
)
},
},
/** 音频id */
/** 音频id */
...
...
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