Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
wanda-ball
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
78fb990e
authored
Jun 01, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
标题
parent
2d9e8342
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/Cardcommon.vue
+2
-2
src/components/Detail.vue
+1
-1
No files found.
src/components/Cardcommon.vue
View file @
78fb990e
...
...
@@ -8,7 +8,7 @@
v-if="cartType==='detail'"
>
</router-link>
<router-link
tag=
"div"
class=
"smallA"
:to=
"
{path:'/detail',query:{id:dataV.id}}">
</router-link>
<div
class=
"text"
v-if=
"cartType === 'userCenter'"
>
{{
dataV
.
desc
}}
</div>
<div
class=
"text"
v-if=
"cartType === 'userCenter'"
>
{{
dataV
.
title
}}
</div>
<div
class=
"userInfoBox"
>
<section
class=
"userInfo"
v-if=
"cartType==='detail'"
>
<div
class=
"portraitWrap"
>
...
...
@@ -16,7 +16,7 @@
<img
:src=
"dataV.avatar"
alt
>
</div>
</div>
<div
class=
"userName"
>
{{
dataV
.
desc
}}
</div>
<div
class=
"userName"
>
{{
dataV
.
title
}}
</div>
</section>
<div
v-if=
"dataV.is_point"
...
...
src/components/Detail.vue
View file @
78fb990e
...
...
@@ -14,7 +14,7 @@
</div>
<div
class=
"userName"
>
{{
pictureInfo
.
nickname
}}
</div>
</div>
<div
class=
"bottomBox"
>
{{
pictureInfo
.
desc
}}
</div>
<div
class=
"bottomBox"
>
{{
pictureInfo
.
title
}}
</div>
</div>
<div
class=
"buttonBox"
>
<div
class=
"share"
@
click=
"share"
></div>
...
...
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