Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
2016-01-25 10:05:13 +0800
Commit
7916d04f1f24bec90ddeec3e418d1c55ff1ad9d2
1 parent
d9109d2e
修复浏览记录显示的bug
Code Review By Rock Zhang
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
static/sass/me/_browse-record.scss
template/m.yohobuy.com/actions/index/home/browse-record-content.phtml
static/sass/me/_browse-record.scss
View file @
7916d04
.browse-record-good
{
position
:
relative
;
padding
:
0
.5rem
0
0
.5rem
0
.75rem
;
display
:
block
;
.thumb
{
float
:
left
;
...
...
template/m.yohobuy.com/actions/index/home/browse-record-content.phtml
View file @
7916d04
{
{#
browseRecord
}
}
<
div
class=
"browse-record-good clearfix"
data-skn=
"{{product_skn
}}"
>
<
a
class=
"browse-record-good clearfix"
data-skn=
"{{product_skn}}"
href=
"{{link
}}"
>
<img
class=
"thumb lazy"
data-original=
"{{image}}"
>
<div
class=
"deps clearfix"
>
<p
class=
"name row"
>
{
{product_name
}
}</p>
...
...
@@ -17,7 +17,7 @@
</p>
<span
class=
"iconfont del-icon"
>
621
;</span>
</div>
</
div
>
</
a
>
{
{/
browseRecord
}
}
{
{#if
noRecord
}
}
...
...
Please
register
or
login
to post a comment