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
7dec3c49
Commit
7dec3c49
authored
Apr 29, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1c64cd59
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
postPublishing.vue
pages/blindDate/postPublishing.vue
+11
-5
No files found.
pages/blindDate/postPublishing.vue
View file @
7dec3c49
...
@@ -520,21 +520,27 @@ export default {
...
@@ -520,21 +520,27 @@ export default {
return
return
}
}
if
(
this
.
addMsg
.
Distinguish
==
0
&&
this
.
addMsg
.
IsOpenEnroll
==
1
){
if
(
this
.
addMsg
.
Distinguish
==
0
&&
this
.
addMsg
.
IsOpenEnroll
==
1
){
if
(
this
.
addMsg
.
ManNum
==
''
&&
this
.
addMsg
.
ManNum
==
0
){
if
(
this
.
addMsg
.
ManNum
==
''
){
uni
.
showToast
({
uni
.
showToast
({
title
:
'男
性数量大于0
'
,
title
:
'男
生数量不能为空
'
,
icon
:
'none'
,
icon
:
'none'
,
})
})
return
return
}
}
if
(
this
.
addMsg
.
WoManNum
==
''
&&
this
.
addMsg
.
WoManNum
==
0
){
if
(
this
.
addMsg
.
WoManNum
==
''
){
uni
.
showToast
({
uni
.
showToast
({
title
:
'女性数量大于0'
,
title
:
'女生数量不能为空'
,
icon
:
'none'
,
})
return
}
if
(
this
.
addMsg
.
ManNum
==
0
&&
this
.
addMsg
.
WoManNum
==
0
){
uni
.
showToast
({
title
:
'总人数大于0'
,
icon
:
'none'
,
icon
:
'none'
,
})
})
return
return
}
}
}
else
{
}
else
{
if
(
this
.
addMsg
.
ManNum
==
''
&&
this
.
addMsg
.
ManNum
==
0
&&
this
.
addMsg
.
IsOpenEnroll
==
1
){
if
(
this
.
addMsg
.
ManNum
==
''
&&
this
.
addMsg
.
ManNum
==
0
&&
this
.
addMsg
.
IsOpenEnroll
==
1
){
uni
.
showToast
({
uni
.
showToast
({
...
...
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