no message

parent 5504e1dd
......@@ -190,6 +190,9 @@ else {
if (res.fail == null) {
LoginModel model = res.success;
saveID(model.user.customerInfo.id.toString());
Alert(
style: AlertStyle(
animationType: AnimationType.fromTop,
......@@ -211,7 +214,7 @@ else {
),
)
]).show();
LoginModel model = res.success;
// print("Username ="+"${model.user}");
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