Commit a3dab2bc authored by limingzhe's avatar limingzhe

fix: debug

parent f01a667d
...@@ -168,7 +168,7 @@ export abstract class middleLayerBase extends cc.Component { ...@@ -168,7 +168,7 @@ export abstract class middleLayerBase extends cc.Component {
} }
checkRotateScreen(oldSceneName: string, newSceneName: string) { checkRotateScreen(oldSceneName: string, newSceneName: string) {
const sceneNameList = ["cc_mz_link_write_03"]; const sceneNameList = ["cc_mz_link_write_03", "NJ_game_select"];
if (sceneNameList.includes(oldSceneName) || sceneNameList.includes(newSceneName)) { if (sceneNameList.includes(oldSceneName) || sceneNameList.includes(newSceneName)) {
return new Promise((resolve, reject) => { return new Promise((resolve, reject) => {
......
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