Commit 704ef907 authored by liujiangnan's avatar liujiangnan

feat

parent 61e6a643
...@@ -66,7 +66,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -66,7 +66,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
}); });
const pid = middleLayer.getComponent('middleLayer').getData('NJ_YueDuJiaYouZhan'); const pid = middleLayer.getComponent('middleLayer').getData('NJ_YueDuJiaYouZhan');
const classDataStr = await asyncCallNetworkApiGet('/api/syllabus/v1/tree', { const classDataStr = await asyncCallNetworkApiGet('/api/syllabus/v3/tree', {
pid: pid, deep: 2 pid: pid, deep: 2
}); });
const ballData = JSON.parse(classDataStr).rows; const ballData = JSON.parse(classDataStr).rows;
......
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