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
2016-12-12 09:54:01 +0800
Commit
baf1018565025567a1a612d590b1308ac6b8455e
1 parent
21cbf775
guess 埋点
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/product/search/index.js
public/js/product/search/index.js
View file @
baf1018
...
...
@@ -163,7 +163,7 @@ prdLoad = JSON.stringify(prdids).replace(/\[|\]|\"|/g, '');
if
(
prdLoad
)
{
setTimeout
(
function
()
{
yasRequest
(
prdLoad
,
prdids
.
length
,
0
);
yasRequest
(
encodeURIComponent
(
prdLoad
)
,
prdids
.
length
,
0
);
},
200
);
}
...
...
Please
register
or
login
to post a comment