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
郭成尧
2017-08-24 11:53:19 +0800
Commit
40776a39629ca89f6ef5f0815f2b73f413f9ef57
1 parent
2c223943
reg-fxcmd-add
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/passport/register/register-new.js
public/js/passport/register/register-new.js
View file @
40776a3
...
...
@@ -176,6 +176,10 @@ class RegisterNew {
},
true
);
}
let
_fxcmd
=
window
.
_fxcmd
||
[];
_fxcmd
.
push
([
'trackEvent'
,
'event'
,
'reg'
,
'注册'
,
'1'
]);
setTimeout
(
function
()
{
location
.
href
=
res
.
href
;
},
1500
);
...
...
Please
register
or
login
to post a comment