We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82824f0 commit 084aa2aCopy full SHA for 084aa2a
src/tracker.js
@@ -320,7 +320,7 @@ class Tracker {
320
321
if (this.delay === 0) {
322
// 实时上报
323
- this.beacon && this.beacon.onDirectUserAction(eventCode, formattedParams);
+ this.beacon && this.beacon.onDirectUserAction(eventCode, formattedParams);
324
} else {
325
// 周期性上报
326
this.beacon && this.beacon.onUserAction(eventCode, formattedParams);
0 commit comments