Showing
1 changed file
with
4 additions
and
0 deletions
@@ -176,6 +176,10 @@ class RegisterNew { | @@ -176,6 +176,10 @@ class RegisterNew { | ||
176 | }, true); | 176 | }, true); |
177 | } | 177 | } |
178 | 178 | ||
179 | + let _fxcmd = window._fxcmd || []; | ||
180 | + | ||
181 | + _fxcmd.push(['trackEvent', 'event', 'reg', '注册', '1']); | ||
182 | + | ||
179 | setTimeout(function() { | 183 | setTimeout(function() { |
180 | location.href = res.href; | 184 | location.href = res.href; |
181 | }, 1500); | 185 | }, 1500); |
-
Please register or login to post a comment