Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
anim_insert_ques
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
anim_insert_ques
Commits
a2d63b66
Commit
a2d63b66
authored
Apr 21, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 适配
parent
afcd3d3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
anim_insert_ques.ts
assets/anim_insert_ques/scene/anim_insert_ques.ts
+6
-6
No files found.
assets/anim_insert_ques/scene/anim_insert_ques.ts
View file @
a2d63b66
...
...
@@ -62,13 +62,13 @@ export default class SceneComponent extends MyCocosSceneComponent {
getState
(
cb
)
{
this
.
isFirst
=
this
.
checkIsFirst
();
this
.
isLast
=
this
.
checkIsLast
();
this
.
playTimes
=
this
.
checkPlayTimes
();
this
.
jumpData
=
this
.
getJumpData
();
//
this.isFirst = this.checkIsFirst();
//
this.isLast = this.checkIsLast();
//
this.playTimes = this.checkPlayTimes();
//
this.jumpData = this.getJumpData();
cb
&&
cb
();
return
;
//
cb && cb();
//
return;
callMiddleLayerFunction
(
'
PSQS_get_course_info
'
,
{},
(
data
)
=>
{
this
.
isFirst
=
data
.
first
;
//this.checkIsFirst();
...
...
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