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
0be07502
Commit
0be07502
authored
Apr 19, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3b4015fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
persondetails.vue
pages/blindDate/persondetails.vue
+1
-1
userList.vue
pages/blindDate/userList.vue
+8
-8
No files found.
pages/blindDate/persondetails.vue
View file @
0be07502
...
...
@@ -220,7 +220,7 @@
<view
class=
"pd-portrait-ct"
>
<view
class=
"pd-p-text"
>
{{
dataList
.
Name
?
dataList
.
Name
:
'无'
}}
</view>
</view>
<view
class=
"pd-portrait-ct"
>
<view
class=
"pd-portrait-ct"
style=
"justify-content: space-between;align-items: center;"
>
<view
style=
"display: flex;flex-direction: row;align-items: center;"
>
<view
style=
"width: 40px;height: 15px;font-size: 10px;color: #555555;border-radius: 7px;border: 1px solid #999999;display: flex;align-items: center;justify-content: center;"
v-if=
"dataList.IsAttestation==0"
>
未认证
...
...
pages/blindDate/userList.vue
View file @
0be07502
...
...
@@ -347,22 +347,22 @@
pageSize
:
20
,
Sex
:
this
.
msg
.
Sex
,
Age
:
0
,
EndAge
:
10
0
,
EndAge
:
0
,
Height
:
0
,
EndHeight
:
23
0
,
EndHeight
:
0
,
Weight
:
0
,
EndWeight
:
20
0
,
EndWeight
:
0
,
YearMoney
:
0
,
EndYearMoney
:
50
0
,
EndYearMoney
:
0
,
CarInfo
:
0
,
HouseInfo
:
0
,
EducationType
:
0
,
Marriage
:
0
,
}
this
.
ages
=
[
0
,
10
0
];
//年龄
this
.
Heights
=
[
0
,
23
0
];
//身高
this
.
Weights
=
[
0
,
20
0
];
//体重
this
.
YearMoeys
=
[
0
,
50
0
];
//年收入
this
.
ages
=
[
0
,
0
];
//年龄
this
.
Heights
=
[
0
,
0
];
//身高
this
.
Weights
=
[
0
,
0
];
//体重
this
.
YearMoeys
=
[
0
,
0
];
//年收入
this
.
msg
=
data
;
this
.
data
.
list
=
[];
this
.
init
();
...
...
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