Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
郝肖肖
8 years ago
Commit
0825576c2a60cacabf7eebc17841ee610c96bd03
1 parent
81349189
下载浮层埋点修改
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
static/js/common.js
static/js/index/footer.js
static/js/common.js
View file @
0825576
...
...
@@ -211,8 +211,8 @@ function reMarginFooter(fixedElement) {
$footer
.
removeClass
(
'hide'
);
// 接受微信商城或者第三方来源的数据埋点信息
if
(
$
.
queryString
().
mkt_code
)
{
setCookie
(
'mkt_code'
,
$
.
queryString
().
mkt_code
);
if
(
$
.
queryString
().
union_type
)
{
setCookie
(
'unionTypeYas'
,
$
.
queryString
().
union_type
);
}
}());
...
...
static/js/index/footer.js
View file @
0825576
...
...
@@ -19,7 +19,7 @@ function downLoadApp() {
var
clickedAt
=
new
Date
();
setTimeout
(
function
()
{
var
mkt
=
window
.
queryString
.
mkt_code
||
window
.
cookie
(
'mkt_code
'
)
||
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