Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
JJ_page_homework
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
JJ_page_homework
Commits
32bd4891
Commit
32bd4891
authored
Apr 11, 2024
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug
parent
afaf3d1b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
+12
-10
JJ_page_homework.fire
assets/JJ_page_homework/scene/JJ_page_homework.fire
+8
-8
JJ_page_homework_homeworkFinishPage.ts
...ge_homework/script/JJ_page_homework_homeworkFinishPage.ts
+3
-1
JJ_page_homework_homeworkPage.ts
.../JJ_page_homework/script/JJ_page_homework_homeworkPage.ts
+1
-1
No files found.
assets/JJ_page_homework/scene/JJ_page_homework.fire
View file @
32bd4891
...
...
@@ -2573,7 +2573,7 @@
"_groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"_id": "
54UBtyirxBAqd9QHLsDUx7
"
"_id": "
72zyFSBl9HfIIKTqAxUKvq
"
},
{
"__type__": "cc.Label",
...
...
@@ -2608,7 +2608,7 @@
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "
75/NxxHI1BD6iptJXUz45A
"
"_id": "
f5ytM+dyZLloFtTTQ5uLkS
"
},
{
"__type__": "cc.PrefabInfo",
...
...
@@ -2618,7 +2618,7 @@
"asset": {
"__uuid__": "4fae1be4-77d0-4d74-97f3-cc07de9ffa91"
},
"fileId": "
b61S6L2RdCnImRpJcLSk7W
",
"fileId": "
916pvJoJpO3bfKOHNTHmEc
",
"sync": false
},
{
...
...
@@ -4211,7 +4211,7 @@
"__id__": 103
},
"_children": [],
"_active":
fals
e,
"_active":
tru
e,
"_components": [
{
"__id__": 114
...
...
@@ -7567,7 +7567,7 @@
"_groupIndex": 0,
"groupIndex": 0,
"showInEditor": false,
"_id": "
8fe+fHkMdCVZWi2mdwluTC
"
"_id": "
fexZLyUElIqagIJchF8K5t
"
},
{
"__type__": "cc.Label",
...
...
@@ -7602,7 +7602,7 @@
"_N$fontFamily": "Arial",
"_N$overflow": 0,
"_N$cacheMode": 0,
"_id": "
d2K0Wlow1Arqfw4w93j+g
E"
"_id": "
a1SCjHD59D06oM//J95t8
E"
},
{
"__type__": "cc.PrefabInfo",
...
...
@@ -7612,7 +7612,7 @@
"asset": {
"__uuid__": "4fae1be4-77d0-4d74-97f3-cc07de9ffa91"
},
"fileId": "
12Yy5ADflGwIz+6bG56gt7
",
"fileId": "
77BfshuOBJV7+mSC9r38jg
",
"sync": false
},
{
...
...
@@ -9205,7 +9205,7 @@
"__id__": 242
},
"_children": [],
"_active":
fals
e,
"_active":
tru
e,
"_components": [
{
"__id__": 253
...
...
assets/JJ_page_homework/script/JJ_page_homework_homeworkFinishPage.ts
View file @
32bd4891
...
...
@@ -434,8 +434,10 @@ export default class NewClass extends cc.Component {
}
global
.
middleLayer
.
backPageNode
=
this
.
node
;
global
.
middleLayer
.
setCurHomeworkData
(
data
.
homework_id
,
data
.
id
);
global
.
middleLayer
.
backPageScene
=
'
JJ_page_homework
'
;
global
.
middleLayer
.
loadOnlineCourseWare
(
data
.
id
,
null
,
(
flag
)
=>
{
this
.
node
.
active
=!
flag
//
this.node.active=!flag
// this.frontPage.active = !flag;
});
})
...
...
assets/JJ_page_homework/script/JJ_page_homework_homeworkPage.ts
View file @
32bd4891
...
...
@@ -445,7 +445,7 @@ export default class NewClass extends cc.Component {
global
.
middleLayer
.
setCurHomeworkData
(
data
.
homework_id
,
data
.
id
);
global
.
middleLayer
.
loadOnlineCourseWare
(
data
.
id
,
null
,
(
flag
)
=>
{
this
.
node
.
active
=!
flag
//
this.node.active=!flag
// this.frontPage.active = !flag;
});
})
...
...
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