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
8fb80829
Commit
8fb80829
authored
Apr 14, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
9fcd4c93
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
218 additions
and
55 deletions
+218
-55
editData.vue
pages/blindDate/editData.vue
+206
-53
persondetails.vue
pages/blindDate/persondetails.vue
+3
-1
postDetails.vue
pages/blindDate/postDetails.vue
+9
-1
No files found.
pages/blindDate/editData.vue
View file @
8fb80829
This diff is collapsed.
Click to expand it.
pages/blindDate/persondetails.vue
View file @
8fb80829
...
...
@@ -292,6 +292,8 @@
<view
class=
"bubble"
v-if=
"dataList.Weight"
>
{{
dataList
.
Weight
}}
kg
</view>
<view
class=
"bubble"
v-if=
"dataList.Marriage"
>
{{
dataList
.
MarriageStr
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.YearMoney"
>
年收入(税后):
{{
dataList
.
YearMoney
}}
万元
</view>
<view
class=
"bubble"
v-if=
"dataList.HouseInfoStr"
>
{{
dataList
.
HouseInfoStr
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.CarInfoStr"
>
{{
dataList
.
CarInfoStr
}}
</view>
</view>
<view
class=
"pd-title"
>
其他资料
</view>
...
...
@@ -302,7 +304,7 @@
<view
class=
"bubble"
v-if=
"dataList.EducationType"
>
学历:
{{
dataList
.
EducationTypeStr
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.Job"
>
职位:
{{
dataList
.
Job
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.WorkUnit"
>
工作单位:
{{
dataList
.
WorkUnit
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.
HouseInfo"
>
资产:
{{
dataList
.
House
Info
}}
</view>
<view
class=
"bubble"
v-if=
"dataList.
OtherInfo"
>
资产:
{{
dataList
.
Other
Info
}}
</view>
</view>
<view
class=
"pd-title"
>
家庭背景
</view>
...
...
pages/blindDate/postDetails.vue
View file @
8fb80829
...
...
@@ -20,6 +20,8 @@
line-height
:
25px
;
font-weight
:
bold
;
margin-right
:
10px
;
display
:
flex
;
flex-wrap
:
wrap
;
}
.postDetails
.details-info
{
width
:
100%
;
...
...
@@ -330,7 +332,13 @@
</view>
<view
class=
"details"
>
<view
style=
"display: flex;align-items: flex-start;justify-content: space-between;"
>
<view
class=
"details-title"
><u-tag
:text=
"details.Label"
mode=
"dark"
:bg-color=
"mainColor"
size=
"mini"
v-if=
"details.Label!=null&& details.Label!=''"
style=
'margin-right:5px ;'
/>
{{
details
.
ActivityTitle
}}
</view>
<view
class=
"details-title"
>
<u-tag
:text=
"item"
v-if=
"details.LabelList.length > 0"
mode=
"dark"
:bg-color=
"mainColor"
size=
'mini'
style=
'margin-right: 5px;'
v-for=
"(item, index) in details.LabelList"
:key=
"index"
/>
{{
details
.
ActivityTitle
}}
</view>
<view
style=
"width: 30px;"
@
click=
"fxshow=true"
>
<image
src=
"@/static/images/icon/icon-share.png"
class=
"share-icon"
/>
</view>
...
...
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