Commit 82894d32 authored by tongzifang's avatar tongzifang

remove success toast

parent a11506bb
...@@ -425,7 +425,7 @@ class _UserFeedBackPageState extends State<UserFeedBackPage> { ...@@ -425,7 +425,7 @@ class _UserFeedBackPageState extends State<UserFeedBackPage> {
.subFeedBack(_feedType, _controller.text, urls); .subFeedBack(_feedType, _controller.text, urls);
subStatus = model.status; subStatus = model.status;
if (subStatus == true) { if (subStatus == true) {
QmToast.toast("提交成功!"); // QmToast.toast("提交成功!");
} else { } else {
QmToast.toast("提交失败!"); QmToast.toast("提交失败!");
} }
......
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