Commit 73a3a0b7 authored by tongzifang's avatar tongzifang

update dialog

parent 38a775a9
...@@ -62,9 +62,7 @@ class _UserFeedBackPageState extends State<UserFeedBackPage> { ...@@ -62,9 +62,7 @@ class _UserFeedBackPageState extends State<UserFeedBackPage> {
bottom: 0, bottom: 0,
child: GestureDetector( child: GestureDetector(
onTap: () { onTap: () {
_showFinishDialog(); subFeedBack();
startCountdown();
// ;;subFeedBack();
}, },
child: Container( child: Container(
height: 50, height: 50,
...@@ -430,7 +428,10 @@ class _UserFeedBackPageState extends State<UserFeedBackPage> { ...@@ -430,7 +428,10 @@ class _UserFeedBackPageState extends State<UserFeedBackPage> {
print(e); print(e);
} finally { } finally {
EasyLoading.dismiss(); EasyLoading.dismiss();
if (subStatus == true) BoostNavigator.instance.pop(); if (subStatus == true) {
_showFinishDialog();
startCountdown();
}
} }
} }
......
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