Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
2016-12-28 10:58:43 +0800
Commit
0d1573cac5d2b5d71bcb8b8f07590be42138374a
2 parents
4156b2c8
03d7e8f5
Merge branch 'hotfix/favoriteBrand' into 'release/5.3.1'
删除我的收藏路径不对的图片 See merge request
!78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
apps/home/views/action/favorite/favorite-brand.hbs
apps/home/views/action/favorite/favorite-brand.hbs
View file @
0d1573c
...
...
@@ -2,7 +2,9 @@
<div
class=
"fav-brand-swiper"
>
<a
class=
"swiper-header"
href=
"
{{
link
}}
"
>
<div
class=
"swiper-logo"
>
<img
src=
"
{{
image
brandImg
30
30
}}
"
alt=
""
/>
{{#if
brandImg
}}
<img
src=
"
{{
image
brandImg
30
30
}}
"
onerror=
"this.remove()"
alt=
""
/>
{{/if}}
</div>
<div
class=
"brand-info"
>
<span
class=
"brand-name"
>
{{
brandName
}}
</span>
...
...
Please
register
or
login
to post a comment