Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
周少峰
2017-03-30 17:50:39 +0800
Commit
0ac74f481bb289943390fc11a057d1e3149aa586
2 parents
673625be
fd0059bb
Merge branch 'feature/detailCode' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
5 deletions
public/js/product/detail.page.js
public/js/product/list.page.js
public/js/product/detail.page.js
View file @
0ac74f4
...
...
@@ -398,7 +398,7 @@ bindEvent.add(function() {
size
:
parseInt
(
$qrcodeImg
.
width
(),
10
)
// 大小
});
$
(
'
.qr
code-buy'
).
mouseenter
(
function
()
{
$
(
'
#
code-buy'
).
mouseenter
(
function
()
{
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'商品详情页'
,
'skn'
,
$
(
this
).
attr
(
'skn'
)]);
});
...
...
public/js/product/list.page.js
View file @
0ac74f4
...
...
@@ -147,8 +147,4 @@ $('.qrcode-hover-box').mouseenter(function() {
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'普通店铺'
,
'shopId'
,
$
(
this
).
attr
(
'data-id'
)]);
});
$
(
'#code-buy'
).
mouseenter
(
function
()
{
window
.
_hmt
.
push
([
'_trackEvent'
,
'二维码'
,
'商品'
,
''
,
''
]);
});
require
(
'./good-slide'
);
...
...
Please
register
or
login
to post a comment