Commit d96e2b27 authored by tao.huang's avatar tao.huang

fix: 修改注册页传参名字

parent e942bd6c
...@@ -279,7 +279,7 @@ const handleBabyInfoConfirm = throttleTap(async () => { ...@@ -279,7 +279,7 @@ const handleBabyInfoConfirm = throttleTap(async () => {
}; };
if (status.value !== 0) { if (status.value !== 0) {
req.dueDate = date.value; req.babyBirthday = date.value;
req.babyGender = gender.value; req.babyGender = gender.value;
req.babyType = fetus.value; req.babyType = fetus.value;
} }
......
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