Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
zhangxiaoru
8 years ago
Commit
7a4c6535c39f94ae936421ef013df0d4b6457690
1 parent
abf95b10
商品埋点修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
8 deletions
public/js/product/search/list.js
public/js/product/search/list.js
View file @
7a4c653
...
...
@@ -1192,18 +1192,11 @@ $listNav.on('touchstart', 'li', function() {
$
(
'#goods-container'
).
on
(
'click'
,
'.good-info'
,
function
()
{
let
PRD_ID
=
$
(
this
).
data
(
'good-id'
),
PRD_NUM
=
$
(
this
).
index
(),
PRD_NUM
=
$
(
this
).
index
()
+
1
,
FILTER_VALUE
=
filext
?
JSON
.
stringify
(
filext
).
replace
(
/
\{
|
\}
|
\"
/g
,
''
)
:
''
,
yasparms
,
firstType
;
if
(
$
(
this
).
parent
().
hasClass
(
'firstscreen-goods'
))
{
firstType
=
'default'
;
PRD_NUM
=
PRD_NUM
+
1
;
}
else
if
(
$
(
this
).
parent
().
hasClass
(
'default-goods'
))
{
PRD_NUM
=
PRD_NUM
+
24
;
}
yasparms
=
{
C_ID
:
C_ID
,
PRD_ID
:
PRD_ID
,
...
...
Please
register
or
login
to post a comment