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
fe47f5594c0c9c66f2fb231c468fbd0b2f468414
1 parent
46386823
update yas version to 1.0.13.2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
4 deletions
static/js/common.js
static/js/product/detail/like.js
static/js/product/list.js
template/m.yohobuy.com/partials/layout/footer.phtml
static/js/common.js
View file @
fe47f55
...
...
@@ -149,7 +149,7 @@ function rePosFooter() {
window
.
_ozuid
=
uid
;
//暴露ozuid
if
(
window
.
_yas
)
{
window
.
_yas
(
1
*
new
Date
(),
'1.0.13.
1
'
,
'yohobuy_m'
,
uid
,
''
);
window
.
_yas
(
1
*
new
Date
(),
'1.0.13.
2
'
,
'yohobuy_m'
,
uid
,
''
);
}
}());
...
...
static/js/product/detail/like.js
View file @
fe47f55
...
...
@@ -16,7 +16,6 @@ likeHammer.on('tap', function(e) {
var
opt
,
favorite
;
var
$this
=
$
(
this
);
if
(
$this
.
hasClass
(
'liked'
))
{
...
...
static/js/product/list.js
View file @
fe47f55
...
...
@@ -445,5 +445,5 @@ $listNav.on('touchstart', 'li', function() {
// 用于统计点击了商品列表的第几个商品,序号从1开始计算。
if
(
window
.
_yas
)
{
window
.
_yas
(
1
*
new
Date
(),
'1.0.13.
1
'
,
'yohobuy_m'
,
window
.
_ozuid
,
'#goods-container >div >div .good-thumb >img'
);
window
.
_yas
(
1
*
new
Date
(),
'1.0.13.
2
'
,
'yohobuy_m'
,
window
.
_ozuid
,
'#goods-container >div >div .good-thumb >img'
);
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/layout/footer.phtml
View file @
fe47f55
...
...
@@ -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
.
13.
1
/yas.js','_yas');
})(window,document,'script','http://cdn.yoho.cn/yas-jssdk/
1.0
.
13.
2
/yas.js','_yas');
</script>
{
{>
layout/use
}
}
{
{>
layout/analysis
}
}
...
...
Please
register
or
login
to post a comment