diff --git a/assets/NJ_ShaMo/scene/NJ_ShaMo.ts b/assets/NJ_ShaMo/scene/NJ_ShaMo.ts index 79fd5a4c8ea4f55732f48a30c6b8bc83a674da61..9cdf5fd50bdaea379d87e531f9358ba35b965a18 100644 --- a/assets/NJ_ShaMo/scene/NJ_ShaMo.ts +++ b/assets/NJ_ShaMo/scene/NJ_ShaMo.ts @@ -162,8 +162,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); });