Commit dcb010f0 authored by liujiangnan's avatar liujiangnan

feat

parent 8b9f4caf
...@@ -300,7 +300,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -300,7 +300,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
}); });
callNetworkApiGet('/api/syllabus/v2/tree', { pid, deep: 2 }, (resp: any) => { callNetworkApiGet('/api/syllabus/v2/tree', { pid, deep: 1 }, (resp: any) => {
resp = JSON.parse(resp); resp = JSON.parse(resp);
if (resp.msg == 'success') { if (resp.msg == 'success') {
let { rows } = resp; let { rows } = resp;
......
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