From 2d79c41ac0a50fe0aacbd425935cf77aa334dca6 Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Fri, 15 Apr 2022 05:41:09 +0800 Subject: [PATCH] fix: use stuff for tool --- src/components/ChooseFood.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChooseFood.vue b/src/components/ChooseFood.vue index e4823d3..8b7f82f 100644 --- a/src/components/ChooseFood.vue +++ b/src/components/ChooseFood.vue @@ -54,7 +54,7 @@ const clickTool = (item: StuffItem) => { curTool.value = item.name gtm?.trackEvent({ - event: 'tool', + event: 'stuff', category: 'tool', action: 'click', label: '工具',