Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -86,7 +86,7 @@ export class InfomationCardClick { | @@ -86,7 +86,7 @@ export class InfomationCardClick { | ||
| 86 | } else if (contentDTO.source) { | 86 | } else if (contentDTO.source) { |
| 87 | extParams['saAuthorName'] = contentDTO.source; | 87 | extParams['saAuthorName'] = contentDTO.source; |
| 88 | } | 88 | } |
| 89 | - console.log('InfomationCardClick-params', JSON.stringify(extParams)) | 89 | + console.log('InfomationCardClick-params:', JSON.stringify(extParams)) |
| 90 | TrackingContent.common(TrackConstants.EventType.Click, pageId, pageName, extParams) | 90 | TrackingContent.common(TrackConstants.EventType.Click, pageId, pageName, extParams) |
| 91 | } catch (err) { | 91 | } catch (err) { |
| 92 | console.log('InfomationCardClick-err', JSON.stringify(err)) | 92 | console.log('InfomationCardClick-err', JSON.stringify(err)) |
-
Please register or login to post a comment