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
168e2c0b
Commit
168e2c0b
authored
Apr 20, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
3814456e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
editData.vue
pages/blindDate/editData.vue
+1
-1
persondetails.vue
pages/blindDate/persondetails.vue
+8
-1
No files found.
pages/blindDate/editData.vue
View file @
168e2c0b
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
</view>
</view>
<view
style=
"font-size: 17px;color:#111111;font-weight: bold;"
>
请上传身份证正反面
</view>
<view
style=
"font-size: 17px;color:#111111;font-weight: bold;"
>
请上传身份证正反面
</view>
<view
style=
"font-size: 11px;color:#
88
8;"
>
注:身份证正反面没上传无法发布朋友圈和拼拼Plus!
</view>
<view
style=
"font-size: 11px;color:#
FF404
8;"
>
注:身份证正反面没上传无法发布朋友圈和拼拼Plus!
</view>
<view
class=
"sfz"
>
<view
class=
"sfz"
>
<view>
<view>
<view
class=
"sfz-l-title"
>
头像面
</view>
<view
class=
"sfz-l-title"
>
头像面
</view>
...
...
pages/blindDate/persondetails.vue
View file @
168e2c0b
...
@@ -41,7 +41,8 @@
...
@@ -41,7 +41,8 @@
flex-direction
:
row
;
flex-direction
:
row
;
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
height
:
44px
;
/* height: 44px; */
line-height
:
34px
;
padding
:
0
10px
;
padding
:
0
10px
;
}
}
.persondetails
.headStatus
.title
{
.persondetails
.headStatus
.title
{
...
@@ -429,6 +430,7 @@
...
@@ -429,6 +430,7 @@
<rich-text
v-if=
"dataList.SingleReason!=''"
:nodes=
"dataList.SingleReason"
style=
"font-size: 12px;color: #000;"
></rich-text>
<rich-text
v-if=
"dataList.SingleReason!=''"
:nodes=
"dataList.SingleReason"
style=
"font-size: 12px;color: #000;"
></rich-text>
</u-read-more>
</u-read-more>
</view>
</view>
<view
class=
"pd-title"
>
希望的TA是...
</view>
<view
class=
"pd-title"
>
希望的TA是...
</view>
...
@@ -438,6 +440,11 @@
...
@@ -438,6 +440,11 @@
<rich-text
v-if=
"dataList.HopeYou!=''"
:nodes=
"dataList.HopeYou"
style=
"font-size: 12px;color: #000;"
></rich-text>
<rich-text
v-if=
"dataList.HopeYou!=''"
:nodes=
"dataList.HopeYou"
style=
"font-size: 12px;color: #000;"
></rich-text>
</u-read-more>
</u-read-more>
</view>
</view>
<view
class=
"pd-title"
>
约会档期
</view>
<view
class=
"pd-abouthim"
>
<view>
时间:
{{
dataList
.
Appointment
!=
''
?
dataList
.
Appointment
:
'无'
}}
</view>
<view
style=
"margin-top: 5px;"
>
地点:
{{
dataList
.
AppointmentAddress
!=
''
?
dataList
.
AppointmentAddress
:
'无'
}}
</view>
</view>
<view
style=
"font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
身份证正反面
</view>
<view
style=
"font-size: 17px;color:#111111;font-weight: bold;margin-top: 10px;"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
身份证正反面
</view>
<view
class=
"sfz"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
<view
class=
"sfz"
v-if=
"mall_UserInfo.UserId == dataList.Id"
>
<view>
<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