Commit 1158c52ec26b74c2dc3c431d4a37121a84ce0dea
1 parent
92f11f94
Exists in
1.0.0
更新 数据打点
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
puchi_laya/src/sdk/TeaSdk.ts
puchi_laya/src/sdk/TrackingSdk.ts
| ... | ... | @@ -6,7 +6,7 @@ import ObjectInstance from "../uitl/ObjectInstance"; |
| 6 | 6 | */ |
| 7 | 7 | export default class TrackingSdk { |
| 8 | 8 | dot(key: string) { |
| 9 | - AppSdk.I.callApp('tracking_event', key); | |
| 9 | + AppSdk.I.callApp('appDotTracKing', key); | |
| 10 | 10 | } |
| 11 | 11 | |
| 12 | 12 | static get I(): TrackingSdk { | ... | ... |