feat:更新好友菜谱功能
This commit is contained in:
@@ -19,7 +19,7 @@ class LoginPage extends StatefulWidget {
|
||||
class _LoginPage extends State<LoginPage> {
|
||||
final GlobalKey _formKey = GlobalKey<FormState>();
|
||||
|
||||
String _username = "Cxx0822", _password = "19940822Cxx";
|
||||
String _username = "", _password = "";
|
||||
bool _isRemember = false;
|
||||
bool _isObscure = true;
|
||||
bool _isLoading = false;
|
||||
|
||||
Reference in New Issue
Block a user