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
60675fc1
Commit
60675fc1
authored
Mar 29, 2021
by
罗超
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
00516ff3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
422 additions
and
366 deletions
+422
-366
editData.vue
pages/blindDate/editData.vue
+17
-12
postDetails.vue
pages/blindDate/postDetails.vue
+7
-2
postbar.vue
pages/blindDate/postbar.vue
+398
-352
No files found.
pages/blindDate/editData.vue
View file @
60675fc1
...
...
@@ -458,25 +458,25 @@
});
return
}
if
(
this
.
data
.
EducationTyp
e
==
""
){
if
(
this
.
data
.
Marriag
e
==
""
){
uni
.
showToast
({
title
:
'请选择
学历
'
,
title
:
'请选择
婚姻状况
'
,
duration
:
2000
,
icon
:
"none"
});
return
}
console
.
log
(
this
.
data
)
//
this.request2({
//
url: '/api/AppletMiai/GetSetMiAiBaseInfo',
//
data: msg
//
},
//
res => {
//
if (res.resultCode == 1) {
//
console.log(res)
//
}
//
}
//
);
this
.
request2
({
url
:
'/api/AppletMiai/GetSetMiAiBaseInfo'
,
data
:
msg
},
res
=>
{
if
(
res
.
resultCode
==
1
)
{
console
.
log
(
res
)
}
}
);
},
getEnumList
(){
this
.
request2
(
...
...
@@ -533,6 +533,11 @@
success
:
(
res
)
=>
{
let
data
=
res
.
data
.
user_info
this
.
data
.
nickname
=
data
.
nickname
if
(
data
.
Sex
==
1
){
this
.
data
.
Sex
=
"男"
}
else
if
(
data
.
Sex
==
2
){
this
.
data
.
Sex
=
"女"
}
},
fail
:(
err
)
=>
{
// console.log(err);
...
...
pages/blindDate/postDetails.vue
View file @
60675fc1
<
style
>
<
style
scoped
>
/
deep
/
.u-size-mini
{
vertical-align
:
middle
;
}
.postDetails
{
width
:
100%
;
height
:
100vh
;
...
...
@@ -320,7 +323,9 @@
<image
style=
"width: 100%;height: 100%;"
:src=
"details.ImageList[0]"
mode=
"aspectFill"
></image>
</view>
<view
class=
"details"
>
<view
class=
"details-title"
><text
v-if=
"details.Label!=null&& details.Label!='' "
:style=
"
{color:mainColor}">【
{{
details
.
Label
}}
】
</text>
{{
details
.
ActivityTitle
}}
</view>
<view
class=
"details-title"
><u-tag
:text=
"details.Label"
mode=
"dark"
:bg-color=
"mainColor"
size=
"mini"
v-if=
"details.Label!=null&& details.Label!=''"
/>
{{
details
.
ActivityTitle
}}
</view>
<view
@
click=
"fxshow=true"
>
分享
</view>
<view
class=
"details-info"
>
<view
class=
"details-info-l"
>
...
...
pages/blindDate/postbar.vue
View file @
60675fc1
This diff is collapsed.
Click to expand it.
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