Authored by 郭成尧

reg-fxcmd-add

... ... @@ -176,6 +176,10 @@ class RegisterNew {
}, true);
}
let _fxcmd = window._fxcmd || [];
_fxcmd.push(['trackEvent', 'event', 'reg', '注册', '1']);
setTimeout(function() {
location.href = res.href;
}, 1500);
... ...