Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NJ_ShaMo
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
NJ_ShaMo
Commits
89e1cc5a
Commit
89e1cc5a
authored
Aug 09, 2022
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 解锁
parent
e21f2ef7
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
NJ_ShaMo.ts
assets/NJ_ShaMo/scene/NJ_ShaMo.ts
+2
-2
No files found.
.DS_Store
View file @
89e1cc5a
No preview for this file type
assets/NJ_ShaMo/scene/NJ_ShaMo.ts
View file @
89e1cc5a
...
...
@@ -177,7 +177,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
folderId
:
this
.
rows
[
i
].
id
,
folderName
:
this
.
rows
[
i
].
name
,
courseId
:
guideRow
.
id
,
nextFolderId
:
this
.
rows
[
i
+
1
]?.
id
nextFolderId
:
(
this
.
rows
[
i
+
1
]
&&
this
.
rows
[
i
+
1
].
name
!=
'
more games
'
)?
this
.
rows
[
i
+
1
].
id
:
-
1
});
jumpToCourseWare
(
guideRow
.
id
);
}
else
{
...
...
@@ -189,7 +189,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
folderId
:
this
.
rows
[
i
].
id
,
folderName
:
this
.
rows
[
i
].
name
,
courseId
:
res
.
rows
[
0
].
id
,
nextFolderId
:
this
.
rows
[
i
+
1
]?.
id
nextFolderId
:
(
this
.
rows
[
i
+
1
]
&&
this
.
rows
[
i
+
1
].
name
!=
'
more games
'
)?
this
.
rows
[
i
+
1
].
id
:
-
1
});
jumpToCourseWare
(
res
.
rows
[
0
].
id
,
true
);
}
...
...
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