fix: dynamicForward msg

This commit is contained in:
guozhigq
2024-11-15 22:00:25 +08:00
parent 9f9a568322
commit c9e499bea7

View File

@ -47,7 +47,7 @@ class _DynamicForwardPageState extends State<DynamicForwardPage> {
widget.cb?.call();
_onClose();
} else {
SmartDialog.showToast(res['message']);
SmartDialog.showToast(res['msg']);
}
}