完全移除不再需要的聊天室场景代码,移除更新版本后自动跳转更新历史页面的功能
This commit is contained in:
@@ -14,13 +14,7 @@ function scene.sceneInit()
|
||||
end
|
||||
|
||||
function scene.mouseDown()
|
||||
if newVersionLaunch then
|
||||
SCN.push(SETTING.simpMode and"main_simple"or"main")
|
||||
SCN.swapTo('history','fade')
|
||||
LOG.print(text.newVersion,'warn',COLOR.lB)
|
||||
else
|
||||
SCN.go(SETTING.simpMode and"main_simple"or"main")
|
||||
end
|
||||
SCN.go(SETTING.simpMode and"main_simple"or"main")
|
||||
end
|
||||
function scene.touchDown()
|
||||
scene.mouseDown()
|
||||
|
||||
Reference in New Issue
Block a user