Commit 73a3a0b7 authored by tongzifang's avatar tongzifang

update dialog

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