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
c50c1b6d
Commit
c50c1b6d
authored
Apr 30, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
bf30b10d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
peoplescreen.vue
pages/blindDate/personal/peoplescreen.vue
+1
-0
postPublishing.vue
pages/blindDate/postPublishing.vue
+3
-2
No files found.
pages/blindDate/personal/peoplescreen.vue
View file @
c50c1b6d
...
...
@@ -374,6 +374,7 @@
},
res
=>
{
if
(
res
.
resultCode
==
1
)
{
this
.
GetBaseInfoQueryList
()
if
(
type
==
1
){
uni
.
showToast
({
title
:
"保存成功"
...
...
pages/blindDate/postPublishing.vue
View file @
c50c1b6d
...
...
@@ -313,8 +313,8 @@ export default {
Distinguish
:
0
,
//0是区分,1不区分
StartTime
:
''
,
EndTime
:
''
,
ManNum
:
0
,
WoManNum
:
0
,
ManNum
:
'0'
,
WoManNum
:
'0'
,
LonLat
:
''
,
LocationName
:
''
,
},
...
...
@@ -527,6 +527,7 @@ export default {
})
return
}
if
(
this
.
addMsg
.
WoManNum
==
''
){
uni
.
showToast
({
title
:
'女生数量不能为空'
,
...
...
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