动态发布

This commit is contained in:
2022-10-27 11:41:50 +08:00
parent aa30a11af2
commit 6077d6dcaf
13 changed files with 30 additions and 17 deletions

View File

@@ -52,9 +52,9 @@ class PublishController extends GetxController {
);
EasyLoading.dismiss();
if (res != null) {
UiTools.toast('发表成功');
Get.back();
UiTools.toast('动态发布成功');
MomentController.to.refreshList();
Get.back();
}
}