Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
1e43e784
Commit
1e43e784
authored
Mar 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
611f081b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
editData.vue
pages/blindDate/editData.vue
+3
-1
No files found.
pages/blindDate/editData.vue
View file @
1e43e784
...
...
@@ -126,7 +126,7 @@
},{
name
:
"出生日期"
,
field
:
"Birthday"
,
placehloder
:
"请
填写
出生日期"
,
placehloder
:
"请
选择
出生日期"
,
subType
:
2
,
array
:
""
,
mode
:
"date"
...
...
@@ -389,6 +389,8 @@
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
data
))
if
(
msg
.
Age
==
""
){
msg
.
Age
=
0
}
else
{
msg
.
Age
=
parseInt
(
msg
.
Age
)
}
if
(
msg
.
nativePlace
&&
msg
.
nativePlace
.
length
>
0
){
let
newPlace
=
msg
.
nativePlace
.
split
(
","
)
...
...
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