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
郝肖肖
2016-11-03 19:14:54 +0800
Commit
ae338b01dbb2a9e3ddae7bdd4ec6ca821cbe4def
1 parent
982f653c
第三方单击下载埋点参数修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/common.js
public/js/footer.js
public/js/common.js
View file @
ae338b0
...
...
@@ -204,7 +204,7 @@ $.extend({
// 单击下载按钮 - 接受微信商城或者第三方来源的数据埋点信息
if
(
queryString
().
mkt_code
)
{
setCookie
(
'unionType
'
,
queryString
().
mkt_cod
e
);
setCookie
(
'unionType
Yas'
,
queryString
().
union_typ
e
);
}
}());
...
...
public/js/footer.js
View file @
ae338b0
...
...
@@ -29,7 +29,7 @@ function downLoadApp() {
var
clickedAt
=
new
Date
();
setTimeout
(
function
()
{
var
mkt
=
window
.
queryString
.
mkt_code
||
window
.
cookie
(
'unionType
'
)
||
false
;
var
mkt
=
window
.
queryString
.
union_type
||
window
.
cookie
(
'unionTypeYas
'
)
||
false
;
if
((
new
Date
())
-
clickedAt
<
2000
)
{
if
(
mkt
)
{
...
...
Please
register
or
login
to post a comment