Merge branch 'feature/20250910-all' into feature/20251001-gil
This commit is contained in:
@@ -85,10 +85,9 @@ const stopVideo = () => {
|
||||
}
|
||||
|
||||
const onArrowClick = (direction, targetIndex) => {
|
||||
const logTraking = direction == 'prev' ?
|
||||
getComponentGroupAry(props.components, 'arrow')[0] :
|
||||
getComponentGroupAry(props.components, 'arrow')[1];
|
||||
sendLog(locale.value, useAnalyticsLogDataDirect(logTraking, 1))
|
||||
const arrowGroupAry = getComponentGroupAry(props.components, 'arrow')
|
||||
const logTracking = arrowGroupAry?.[direction === 'prev' ? 0 : 1]
|
||||
sendLog(locale.value, useAnalyticsLogDataDirect(logTracking, 1))
|
||||
}
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
Reference in New Issue
Block a user