Commit afa147b8 authored by liujiangnan's avatar liujiangnan

feat:自由模式

parent 34f0cefa
...@@ -55,6 +55,10 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -55,6 +55,10 @@ export default class SceneComponent extends MyCocosSceneComponent {
if (userInfo.unlock_syllabuses?.includes(row.id)) { if (userInfo.unlock_syllabuses?.includes(row.id)) {
locked = false; locked = false;
} }
if (middleLayerComponent.gameModel == 'free') {
// 自由模式
locked = false;
}
return { return {
id: row.id, id: row.id,
locked: locked, locked: locked,
......
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