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
7bda4ed8
Commit
7bda4ed8
authored
Apr 16, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
20deaaed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
postDetails.vue
pages/blindDate/postDetails.vue
+3
-3
No files found.
pages/blindDate/postDetails.vue
View file @
7bda4ed8
...
...
@@ -429,7 +429,7 @@
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan-b.png"
></image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv-b.png"
></image>
</view>
<view
class=
"pl-top-name"
>
{{
x
.
UserName
}}
</view>
<view
class=
"pl-top-name"
@
click
.
native
.
stop=
"goUserinfo(x)"
>
{{
x
.
UserName
}}
</view>
</view>
<view
style=
'font-size: 11px;color: #858687;'
v-if=
"x.CreateDate"
>
{{
x
.
CreateDate
.
split
(
' '
)[
0
].
split
(
'-'
)[
1
]
}}
-
{{
x
.
CreateDate
.
split
(
' '
)[
0
].
split
(
'-'
)[
2
]
}}
...
...
@@ -526,7 +526,7 @@
<image
class=
"gstyle"
v-if=
"twodata.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan-b.png"
></image>
<image
class=
"gstyle"
v-if=
"twodata.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv-b.png"
></image>
</view>
<view
class=
"pl-top-name"
>
{{
twodata
.
UserName
}}
</view>
<view
class=
"pl-top-name"
@
click
.
native
.
stop=
"goUserinfo(twodata)"
>
{{
twodata
.
UserName
}}
</view>
</view>
<view
style=
'font-size: 11px;color: #858687;'
v-if=
"twodata.CreateDate"
>
{{
twodata
.
CreateDate
.
split
(
' '
)[
0
].
split
(
'-'
)[
1
]
}}
-
{{
twodata
.
CreateDate
.
split
(
' '
)[
0
].
split
(
'-'
)[
2
]
}}
...
...
@@ -554,7 +554,7 @@
<image
class=
"gstyle"
v-if=
"x.Sex==1"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nan-b.png"
></image>
<image
class=
"gstyle"
v-if=
"x.Sex==2"
src=
"https://viitto-1301420277.cos.ap-chengdu.myqcloud.com/Static/basic-nv-b.png"
></image>
</view>
<view
class=
"pl-top-name"
>
{{
x
.
UserName
}}
</view>
<view
class=
"pl-top-name"
@
click
.
native
.
stop=
"goUserinfo(x)"
>
{{
x
.
UserName
}}
</view>
</view>
<view
style=
'font-size: 11px;color: #858687;'
v-if=
"x.CreateDate"
>
{{
x
.
CreateDate
.
split
(
' '
)[
0
].
split
(
'-'
)[
1
]
}}
-
{{
x
.
CreateDate
.
split
(
' '
)[
0
].
split
(
'-'
)[
2
]
}}
...
...
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