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
Plain Diff
Browse Files
Authored by
毕凯
2017-01-06 11:32:55 +0800
Commit
533b42c4142be4685fc098122ffdafc1b5ac703f
2 parents
c842dd0d
1f9d1b1f
Merge branch 'hotfix/regPointUid' into 'master'
注册成功埋点添加 UID See merge request
!103
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/js/passport/register/password.js
public/js/passport/register/password.js
View file @
533b42c
...
...
@@ -85,6 +85,7 @@ function setPassword() {
if
(
window
.
_yas
&&
window
.
_yas
.
sendCustomInfo
)
{
window
.
_yas
.
sendCustomInfo
({
op
:
'YB_REGISTER_SUCCESS_L'
,
ud
:
window
.
getUid
(),
param
:
JSON
.
stringify
({
C_ID
:
window
.
_ChannelVary
[
window
.
cookie
(
'_Channel'
)]
||
1
,
UNION_TYPE
:
window
.
queryString
.
union_type
||
window
.
cookie
(
'unionTypeYas'
)
||
false
...
...
Please
register
or
login
to post a comment