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
f4b02226
Commit
f4b02226
authored
Mar 30, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1e43e784
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
editData.vue
pages/blindDate/editData.vue
+3
-2
visitor.vue
pages/blindDate/visitor.vue
+0
-1
No files found.
pages/blindDate/editData.vue
View file @
f4b02226
...
...
@@ -149,7 +149,7 @@
field
:
"EducationType"
,
placehloder
:
"请选择学历"
,
subType
:
2
,
array
:[
'高中及以下'
,
'大专'
,
'本科'
,
'
研究生
及以上'
],
array
:[
'高中及以下'
,
'大专'
,
'本科'
,
'
硕士
及以上'
],
mode
:
"selector"
},{
name
:
"毕业院校"
,
...
...
@@ -387,6 +387,7 @@
},
saveData
(){
let
msg
=
JSON
.
parse
(
JSON
.
stringify
(
this
.
data
))
msg
.
Id
=
0
if
(
msg
.
Age
==
""
){
msg
.
Age
=
0
}
else
{
...
...
@@ -419,7 +420,7 @@
msg
.
EducationType
=
2
}
else
if
(
this
.
data
.
EducationType
==
"本科"
){
msg
.
EducationType
=
2
}
else
if
(
this
.
data
.
EducationType
==
"
研究生
及以上"
){
}
else
if
(
this
.
data
.
EducationType
==
"
硕士
及以上"
){
msg
.
EducationType
=
4
}
...
...
pages/blindDate/visitor.vue
View file @
f4b02226
...
...
@@ -84,7 +84,6 @@
return
{
pageTitle
:
"访客"
,
sex
:
{
0
:
""
,
1
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan.png"
,
2
:
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv.png"
,
},
...
...
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