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
61773d7b
Commit
61773d7b
authored
May 13, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
1dfd0ec0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
5 deletions
+14
-5
peoplescreen.vue
pages/blindDate/personal/peoplescreen.vue
+12
-3
persondetails.vue
pages/blindDate/persondetails.vue
+2
-2
No files found.
pages/blindDate/personal/peoplescreen.vue
View file @
61773d7b
...
@@ -28,12 +28,12 @@
...
@@ -28,12 +28,12 @@
</
style
>
</
style
>
<
template
>
<
template
>
<div
:style=
"
{'background-color': '#FFF','height': '100vh','overflow': 'hidden'}" class='userListstyle'>
<div
:style=
"
{'background-color': '#FFF','height': '100vh','overflow': 'hidden'}" class='userListstyle'>
<view
style=
"display: flex; align-items: center;border-bottom: 1px solid #E2E2E2;"
>
<!--
<view
style=
"display: flex; align-items: center;border-bottom: 1px solid #E2E2E2;"
>
<view
style=
"flex:1;overflow: hidden;"
>
<view
style=
"flex:1;overflow: hidden;"
>
<u-tabs
bg-color=
"#FFF"
:is-scroll=
"false"
name=
"Name"
:list=
"typeList"
:active-color=
"mainColor"
<u-tabs
bg-color=
"#FFF"
:is-scroll=
"false"
name=
"Name"
:list=
"typeList"
:active-color=
"mainColor"
:current=
"active"
@
change=
"changeHandler"
:show-bar=
"true"
height=
"100"
font-size=
"28"
></u-tabs>
:current=
"active"
@
change=
"changeHandler"
:show-bar=
"true"
height=
"100"
font-size=
"28"
></u-tabs>
</view>
</view>
</view>
</view>
-->
<view
style=
"height: calc(100vh - 100rpx)"
>
<view
style=
"height: calc(100vh - 100rpx)"
>
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scrolltolower=
"lower"
<scroll-view
:scroll-y=
"true"
:enable-back-to-top=
"true"
:enable-flex=
"true"
@
scrolltolower=
"lower"
style=
"height: 100%; padding-bottom: 0px;"
>
style=
"height: 100%; padding-bottom: 0px;"
>
...
@@ -279,7 +279,16 @@
...
@@ -279,7 +279,16 @@
},
},
created
()
{
created
()
{
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
mainColor
=
this
.
$uiConfig
.
mainColor
;
this
.
width
=
this
.
$utils
.
SystemInfo
().
windowWidth
*
0.9
;
this
.
width
=
this
.
$utils
.
SystemInfo
().
windowWidth
*
0.9
;
let
basedata
=
wx
.
getStorageSync
(
"basedata"
)?
wx
.
getStorageSync
(
"basedata"
):{};
let
getSex
=
basedata
.
user_info
.
Sex
?
basedata
.
user_info
.
Sex
:
1
;
if
(
getSex
==
1
){
//如果自己是男 就去查女的 反之
this
.
msg
.
Sex
=
2
}
else
{
this
.
msg
.
Sex
=
1
}
},
},
mounted
()
{
mounted
()
{
let
pageTitle
=
'匹配要求'
let
pageTitle
=
'匹配要求'
...
...
pages/blindDate/persondetails.vue
View file @
61773d7b
...
@@ -250,11 +250,11 @@
...
@@ -250,11 +250,11 @@
<text>
{{
dataList
.
Job
}}
</text>
<text>
{{
dataList
.
Job
}}
</text>
</view>
</view>
<view
class=
"box-jc-c-item-i"
v-if=
"dataList.MarriageStr"
>
<view
class=
"box-jc-c-item-i"
v-if=
"dataList.MarriageStr"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-
gz.png
"
></image>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-
hy.png"
style=
"width: 30rpx;
"
></image>
<text>
{{
dataList
.
MarriageStr
}}
</text>
<text>
{{
dataList
.
MarriageStr
}}
</text>
</view>
</view>
<view
class=
"box-jc-c-item-i"
>
<view
class=
"box-jc-c-item-i"
>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-
book.png"
></image>
<image
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/pd-
zc.png"
style=
"width: 28rpx;"
></image>
<text>
{{
dataList
.
HouseInfoStr
}}
</text>
<text>
{{
dataList
.
HouseInfoStr
}}
</text>
<text
style=
"margin: 0 5px;"
v-if=
"dataList.CarInfoStr"
>
·
</text>
<text
style=
"margin: 0 5px;"
v-if=
"dataList.CarInfoStr"
>
·
</text>
<text
v-if=
"dataList.CarInfoStr"
>
{{
dataList
.
CarInfoStr
}}
</text>
<text
v-if=
"dataList.CarInfoStr"
>
{{
dataList
.
CarInfoStr
}}
</text>
...
...
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