Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
op_video_01
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_video_01
Commits
ac2b4b3e
Commit
ac2b4b3e
authored
Aug 22, 2022
by
李维
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
销毁前 清掉计时器
parent
e3067062
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
1 deletion
+19
-1
op_video_01.meta
assets/op_video_01.meta
+15
-1
op_video_01.js
assets/op_video_01/scene/op_video_01.js
+4
-0
No files found.
assets/op_video_01.meta
View file @
ac2b4b3e
{"ver":"1.1.2","uuid":"00a2eaed-c794-4f34-bb9b-203522e1ef42","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
\ No newline at end of file
{
"ver": "1.1.2",
"uuid": "00a2eaed-c794-4f34-bb9b-203522e1ef42",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
assets/op_video_01/scene/op_video_01.js
View file @
ac2b4b3e
...
...
@@ -119,6 +119,10 @@ cc.Class({
cc
.
audioEngine
.
stop
(
this
.
finishAudioID
);
cc
.
audioEngine
.
stop
(
this
.
hintAudioID
);
this
.
isDestroy
=
true
;
if
(
this
.
hideControlId
)
{
clearTimeout
(
this
.
hideControlId
);
}
if
(
this
.
videoPlayer
)
{
this
.
videoplayer
.
pause
();
}
...
...
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