fix: 收藏夹

This commit is contained in:
guozhigq
2024-10-04 11:36:17 +08:00
parent b93504328e
commit c75c142199
4 changed files with 82 additions and 62 deletions

View File

@ -56,7 +56,7 @@ class FavEditController extends GetxController {
);
if (res['status']) {
SmartDialog.showToast('编辑成功');
Get.back();
Get.back(result: {'title': title});
} else {
SmartDialog.showToast(res['msg']);
}