Commit 2a15d45b authored by 范雪寒's avatar 范雪寒
parents 47a0200c cf380ece
......@@ -145,8 +145,9 @@ export default class SceneComponent extends MyCocosSceneComponent {
}
middleLayerComponent.setData('NJ_game_select', {
folderId: this.rows[i].id,
folderName: this.rows[i].name,
courseId: guideRow.id,
nextForderId: this.rows[i + 1]?.id
nextFolderId: this.rows[i + 1]?.id
});
jumpToCourseWare(guideRow.id);
});
......
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