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
郝肖肖
2016-11-04 14:24:12 +0800
Commit
1fc909542269091e2e6c10389977786c78c96126
1 parent
0825576c
设置第三方uniontype cookie在根目录
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/common.js
static/js/common.js
View file @
1fc9095
...
...
@@ -212,7 +212,7 @@ function reMarginFooter(fixedElement) {
// 接受微信商城或者第三方来源的数据埋点信息
if
(
$
.
queryString
().
union_type
)
{
setCookie
(
'unionTypeYas'
,
$
.
queryString
().
union_type
);
setCookie
(
'unionTypeYas'
,
$
.
queryString
().
union_type
,
{
'path'
:
'/'
}
);
}
}());
...
...
Please
register
or
login
to post a comment