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
lea guo
6 years ago
Commit
d106b909fc0f4ac37e1d39f385ab6ef701d12e9d
1 parent
e8e841e3
有赚邀新上报参数
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
package.json
public/js/passport/register/register-new.js
package.json
View file @
d106b90
{
"name"
:
"yohobuywap-node"
,
"version"
:
"6.9.11-
1
"
,
"version"
:
"6.9.11-
2
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
public/js/passport/register/register-new.js
View file @
d106b90
...
...
@@ -207,6 +207,11 @@ class RegisterNew {
source
=
source
||
window
.
cookie
(
'INVITE_SOURCE_YAS'
);
param
=
Object
.
assign
(
param
,
source
?
{
source
}
:
{});
console
.
log
(
'----------report params-----------'
,
JSON
.
stringify
(
param
),
);
window
.
_yas
.
sendCustomInfo
({
op
:
'YB_REGISTER_SUCCESS_L'
,
ud
:
window
.
getUid
(),
...
...
Please
register
or
login
to post a comment