修复一些联网相关场景切换关系问题
修复重设密码场景回车键自动识别功能条件错误 框架跟进
This commit is contained in:
@@ -5,6 +5,7 @@ function scene.sceneInit()
|
||||
end
|
||||
function scene.sceneBack()
|
||||
NET.ws_close()
|
||||
TASK.removeTask_code(NET.ws_update)
|
||||
end
|
||||
|
||||
function scene.draw()
|
||||
@@ -27,7 +28,6 @@ scene.widgetList={
|
||||
USER.__data.rToken=false
|
||||
USER.__data.aToken=false
|
||||
love.filesystem.remove('conf/user')
|
||||
NET.ws_close()
|
||||
SCN.back()
|
||||
end
|
||||
end},
|
||||
|
||||
Reference in New Issue
Block a user