From 88a5e50256bafb78abdd720a588ac0a7f44db71e Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Mon, 7 Dec 2020 19:27:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B1=E4=BA=8E=E4=B8=8D=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E6=B8=B8=E6=88=8F=E5=86=85=E6=B3=A8=E5=86=8C=EF=BC=8C=E6=89=80?= =?UTF-8?q?=E4=BB=A5=E6=9A=82=E6=97=B6=E5=85=B3=E9=97=AD=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/scenes/login.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/scenes/login.lua b/parts/scenes/login.lua index ef41661b..1d76b96f 100644 --- a/parts/scenes/login.lua +++ b/parts/scenes/login.lua @@ -64,7 +64,7 @@ local scene={} scene.widgetList={ WIDGET.newText{name="title", x=80, y=50,font=70,align="L"}, - WIDGET.newButton{name="register", x=1140, y=100,w=170,h=80,color="green",code=function()SCN.swapTo("register","swipeR")end}, + -- WIDGET.newButton{name="register", x=1140, y=100,w=170,h=80,color="green",code=function()SCN.swapTo("register","swipeR")end}, WIDGET.newTextBox{name="email", x=380, y=200,w=500,h=60,regex="[0-9A-Za-z@._-]"}, WIDGET.newTextBox{name="password", x=380, y=300,w=626,h=60,secret=true,regex="[ -~]"}, WIDGET.newKey{name="login", x=1140, y=540,w=170,h=80,font=40,code=login},