调整登录流程里弹出的信息

This commit is contained in:
MrZ_26
2022-09-29 18:36:19 +08:00
parent d259e05ca7
commit f41999c019
13 changed files with 37 additions and 47 deletions

View File

@@ -15,7 +15,7 @@ end
local function _codeLogin()
code=WIDGET.active.code:getText():upper()
if #code~=8 then
MES.new('error',"Wrong code length")
MES.new('error',text.wrongCode)
else
NET.codeLogin(code)
end