feat:更新朋友圈表单组件

This commit is contained in:
2025-11-20 22:54:44 +08:00
parent 515021781f
commit 41fe9d6a24
2 changed files with 121 additions and 65 deletions

View File

@@ -117,7 +117,7 @@ void _handleAddRecord(BuildContext context, FoodProvider provider) {
}
void _handleAddMoment(BuildContext context, FoodProvider provider) {
provider.resetRecordForm();
provider.resetMomentForm();
provider.isEditing = false;
Navigator.pop(context);
Navigator.pushNamed(context, "/momentForm");