Commit 9bafdb14 authored by liujiangnan's avatar liujiangnan

fix: 性能问题

parent 09d230ae
...@@ -300,7 +300,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -300,7 +300,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
}); });
callNetworkApiGet('/api/syllabus/v1/tree', { pid }, (resp: any) => { callNetworkApiGet('/api/syllabus/v2/tree', { pid }, (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