Commit b337d360 authored by 范雪寒's avatar 范雪寒

feat:

parent 1d6e0a94
...@@ -1206,7 +1206,7 @@ ...@@ -1206,7 +1206,7 @@
"__id__": 29 "__id__": 29
} }
], ],
"_active": false, "_active": true,
"_components": [ "_components": [
{ {
"__id__": 50 "__id__": 50
...@@ -2374,7 +2374,7 @@ ...@@ -2374,7 +2374,7 @@
"_N$horizontalAlign": 1, "_N$horizontalAlign": 1,
"_N$verticalAlign": 1, "_N$verticalAlign": 1,
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 2,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "eb/D/cOr9E/7xaSxfavJlS" "_id": "eb/D/cOr9E/7xaSxfavJlS"
}, },
...@@ -2403,7 +2403,7 @@ ...@@ -2403,7 +2403,7 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 50.65, "width": 151.96,
"height": 25.2 "height": 25.2
}, },
"_anchorPoint": { "_anchorPoint": {
...@@ -2455,8 +2455,8 @@ ...@@ -2455,8 +2455,8 @@
], ],
"_srcBlendFactor": 770, "_srcBlendFactor": 770,
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_string": "Label", "_string": "LabelLabelLabel",
"_N$string": "Label", "_N$string": "LabelLabelLabel",
"_fontSize": 20, "_fontSize": 20,
"_lineHeight": 20, "_lineHeight": 20,
"_enableWrapText": true, "_enableWrapText": true,
...@@ -2471,7 +2471,7 @@ ...@@ -2471,7 +2471,7 @@
"_N$horizontalAlign": 1, "_N$horizontalAlign": 1,
"_N$verticalAlign": 1, "_N$verticalAlign": 1,
"_N$fontFamily": "Arial", "_N$fontFamily": "Arial",
"_N$overflow": 0, "_N$overflow": 2,
"_N$cacheMode": 0, "_N$cacheMode": 0,
"_id": "e66ICrShVPUrxfy4Ij0jnW" "_id": "e66ICrShVPUrxfy4Ij0jnW"
}, },
......
...@@ -15,6 +15,7 @@ cc.Class({ ...@@ -15,6 +15,7 @@ cc.Class({
courseid: syllabus_id courseid: syllabus_id
}; };
this.callNetworkApiGet(uri, data, (data) => { this.callNetworkApiGet(uri, data, (data) => {
cc.debug.setDisplayStats(false);
callBack(JSON.parse(data.data)); callBack(JSON.parse(data.data));
}); });
}, },
......
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