Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
飞
飞鹤小程序
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
FH
飞鹤小程序
Commits
0e06b7c8
Commit
0e06b7c8
authored
Jun 16, 2025
by
tao.huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修复信息提交问题
parent
2a642d0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
person.vue
pages/person/person.vue
+4
-1
No files found.
pages/person/person.vue
View file @
0e06b7c8
...
...
@@ -542,7 +542,10 @@ const onSubmit = async (e) => {
}
const
data
=
{
dueDate
:
formData
.
value
.
dueDate
||
formData
.
value
.
babyBirthday
,
dueDate
:
formData
.
value
.
babyStage
==
2
?
formData
.
value
.
babyBirthday
:
formData
.
value
.
dueDate
,
babyType
:
formData
.
value
.
babyType
,
contentPreference
:
formData
.
value
.
contentPreference
,
followInfo
:
formData
.
value
.
followInfo
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment