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
梁志锋
2015-11-16 19:12:50 +0800
Commit
da0681ea37fcb5fb8fee9432696dc3cd886bdfae
1 parent
27b183c2
update swipe
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
25 additions
and
17 deletions
framework
static/js/common.js
template/m.yohobuy.com/partials/home/goods_category.phtml
template/m.yohobuy.com/partials/layout/footer.phtml
template/m.yohobuy.com/partials/layout/not-footer.phtml
framework
@
119c247f
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
Subproject commit
119c247f5cf929aa1e059e40609bb16dd6b58f05
...
...
static/js/common.js
View file @
da0681e
...
...
@@ -148,7 +148,7 @@ function rePosFooter() {
window
.
_ozuid
=
uid
;
//暴露ozuid
if
(
window
.
_yas
)
{
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
2
'
,
'yohobuy_m'
,
uid
,
''
);
window
.
_yas
(
1
*
new
Date
(),
'1.0.1
3
'
,
'yohobuy_m'
,
uid
,
''
);
}
}());
...
...
template/m.yohobuy.com/partials/home/goods_category.phtml
View file @
da0681e
{
{>
home/floor_header_more
}
}
<div
class=
"goods-category"
>
{
{#
big_image
}
}
{
{#if
list
}
}
<div
class=
"category-swiper"
>
<ul
class=
"swiper-wrapper"
>
{
{#
list
}
}
<li
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
"{{title}}"
>
</a>
</li>
{
{/
list
}
}
</ul>
<div
class=
"swiper-pagination"
>
<div
class=
"pagination-inner clearfix"
>
</div>
</div>
</div>
{
{^
}
}
<div
class=
"category-swiper"
>
<ul
class=
"swiper-wrapper"
>
{
{#
list
}
}
<li
class=
"swiper-slide"
>
<a
href=
"{{url}}"
>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
"{{title}}"
>
</a>
</li>
{
{/
list
}
}
</ul>
<div
class=
"swiper-pagination"
>
<div
class=
"pagination-inner clearfix"
>
</div>
</div>
<a
href=
{
{url
}
}>
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
"{{title}}"
>
</a>
</div>
{
{/if
}
}
{
{/
big_image
}
}
<ul
class=
"category-list clearfix"
>
{
{#
list
}
}
...
...
template/m.yohobuy.com/partials/layout/footer.phtml
View file @
da0681e
...
...
@@ -28,7 +28,7 @@
a.async=
1
;
a.src=j;
m.parentNode.insertBefore(a,m);
})(window,document,'script','http://cdn.yoho.cn/yas-jssdk/
1.0
.
1
2
/yas.js','_yas');
})(window,document,'script','http://cdn.yoho.cn/yas-jssdk/
1.0
.
1
3
/yas.js','_yas');
</script>
{
{>
layout/use
}
}
{
{>
layout/analysis
}
}
...
...
template/m.yohobuy.com/partials/layout/not-footer.phtml
View file @
da0681e
...
...
@@ -28,7 +28,7 @@
a.async=
1
;
a.src=j;
m.parentNode.insertBefore(a,m);
})(window,document,'script','http://cdn.yoho.cn/yas-jssdk/
1.0
.
1
2
/yas.js','_yas');
})(window,document,'script','http://cdn.yoho.cn/yas-jssdk/
1.0
.
1
3
/yas.js','_yas');
</script>
{
{>
layout/use
}
}
...
...
Please
register
or
login
to post a comment