Commit 32bd4891 authored by limingzhe's avatar limingzhe

fix: debug

parent afaf3d1b
......@@ -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": false,
"_active": true,
"_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+gE"
"_id": "a1SCjHD59D06oM//J95t8E"
},
{
"__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": false,
"_active": true,
"_components": [
{
"__id__": 253
......
......@@ -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;
});
})
......
......@@ -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;
});
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment