Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
lore-w
2015-11-16 19:16:43 +0800
Commit
b61ad12d30062845a82db338754d20d18cb81266
2 parents
66e2c955
d0dc2d21
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
24 additions
and
16 deletions
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
static/js/common.js
View file @
b61ad12
...
...
@@ -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 @
b61ad12
{
{>
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 @
b61ad12
...
...
@@ -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 @
b61ad12
...
...
@@ -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