Commit 215838f4 authored by jinzhu's avatar jinzhu

update

parent 2c758f64
......@@ -63,6 +63,7 @@ class _CommentSuggestPageState extends State<CommentSuggestPage> {
),
onTap: () {
print('123-------');
// FlutterBoost.singleton.closePageForContext(context);
FlutterBoost.singleton.closePageForContext(context);
}),
),
......@@ -169,7 +170,7 @@ class _CommentSuggestPageState extends State<CommentSuggestPage> {
Toast.show(context, '提交失败');
print(error);
} else {
FlutterBoost.singleton.closePageForContext(context);
// FlutterBoost.singleton.closePageForContext(context);
}
});
......
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