Commit 5eed495b authored by liujiangnan's avatar liujiangnan

fix: 单词写错了

parent d6fd626a
......@@ -144,8 +144,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