no message

parent 5504e1dd
...@@ -190,6 +190,9 @@ else { ...@@ -190,6 +190,9 @@ else {
if (res.fail == null) { if (res.fail == null) {
LoginModel model = res.success;
saveID(model.user.customerInfo.id.toString());
Alert( Alert(
style: AlertStyle( style: AlertStyle(
animationType: AnimationType.fromTop, animationType: AnimationType.fromTop,
...@@ -211,7 +214,7 @@ else { ...@@ -211,7 +214,7 @@ else {
), ),
) )
]).show(); ]).show();
LoginModel model = res.success;
// print("Username ="+"${model.user}"); // print("Username ="+"${model.user}");
print("Token ="+"${model.token}"); print("Token ="+"${model.token}");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment