|
@@ -8,7 +8,8 @@ let clickDataMap = new Map();
|
|
|
const clickHandle = (e) => {
|
|
|
const target = getTargetElementWhenClick(e);
|
|
|
const logData = clickDataMap.get(target?.denetClickLogkey);
|
|
|
- return logData && reportLog({
|
|
|
+ return logData && reportLog({
|
|
|
+ businessType: Report.businessType.buttonClick,
|
|
|
...logData
|
|
|
})
|
|
|
}
|