陈剑华

feat: 兴趣卡埋点

... ... @@ -34,11 +34,9 @@ export struct ZhSingleColumn09 {
const contentDTO = this.compDTO.operDataList[0];
const extParams: ParamType = {
'value': type === 'close_interest_card_click' ? 'closeInterestCard' : 'selectInterestCard',
'shareChannel': '',
'duration': 0,
'action': 'detailPageShow',
'shareChannel': '',
'duration': 0,
'contentName': '兴趣选项卡',
'contentType': this.compDTO.objectType || '',
'contentId': this.compDTO.objectId,
... ...