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
梁志锋
9 years ago
Commit
36e6d73395b09a4704aca7ad1303df3add09dea6
1 parent
4858545e
update prod desc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
14 deletions
static/js/product/detail/desc.js
template/m.yohobuy.com/partials/product/product_description.phtml
static/js/product/detail/desc.js
View file @
36e6d73
...
...
@@ -45,7 +45,7 @@ function search() {
}
function
scrollHandler
()
{
if
(
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
50
)
{
if
(
!
end
||
$
(
window
).
scrollTop
()
+
winH
>=
$
(
document
).
height
()
-
50
)
{
search
();
}
}
...
...
template/m.yohobuy.com/partials/product/product_description.phtml
View file @
36e6d73
...
...
@@ -122,26 +122,16 @@
</div>
</div>
<!--
{
{#washTips
}
}
<div
class=
"icons-wrapper washTips page-block"
>
<ul
class=
"icons-list clearfix"
>
{
{#list
}
}
<li
class=
"icons-item"
><a
href=
"{{url}}"
class=
"imagebar"
><img
src=
"{{img}}"
alt=
""
></a><a
href=
"{{url}}"
class=
"linkbar"
>
{
{title
}
}</a></li>
{
{/list
}
}
</ul>
</div>
{
{/washTips
}
}
-->
<div
class=
"gap-block"
></div>
{
{#productDetail
}
}
<div
class=
"product-detail page-block"
>
<h
1
class=
"title"
>
{
{title
}
}
<span
class=
"en-title"
>
{
{enTitle
}
}</span>
{
{{title
}
}}
<span
class=
"en-title"
>
{
{{enTitle
}
}}</span>
</h
1
>
<div
class=
"detail"
>
<p>
{
{
desc
}
}</p>
<p>
{
{
{desc
}
}}</p>
{
{#list
}
}
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
{
{/list
}
}
...
...
Please
register
or
login
to post a comment