Commit 238c65d8 authored by 范雪寒's avatar 范雪寒

feat:

parent f6154312
......@@ -162,7 +162,7 @@ cc.Class({
initStoryBoxView(bundleInfo) {
this.hideWWView();
this.showLog(bundleInfo.coursewareId);
// this.showLog(bundleInfo.coursewareId);
this.callNetworkApiGet('syllabus/v1/tree', { orgid: 483, pid: bundleInfo.coursewareId }, (data) => {
console.log(data);
const defaultBondle = data.rows.find(row => row.name == '默认');
......
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