Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -33,9 +33,9 @@ export struct ZhSingleColumn09 { | @@ -33,9 +33,9 @@ export struct ZhSingleColumn09 { | ||
| 33 | try { | 33 | try { |
| 34 | const contentDTO = this.compDTO.operDataList[0]; | 34 | const contentDTO = this.compDTO.operDataList[0]; |
| 35 | const extParams: ParamType = { | 35 | const extParams: ParamType = { |
| 36 | - 'value': type === 'close_interest_card_click' ? 'closeInterestCard' : 'selectInterestCard', | 36 | + 'action': type === 'close_interest_card_click' ? 'closeInterestCard' : 'selectInterestCard', |
| 37 | 'duration': 0, | 37 | 'duration': 0, |
| 38 | - 'action': 'detailPageShow', | 38 | + // 'action': 'detailPageShow', |
| 39 | 'shareChannel': '', | 39 | 'shareChannel': '', |
| 40 | 'contentName': '兴趣选项卡', | 40 | 'contentName': '兴趣选项卡', |
| 41 | 'contentType': this.compDTO.objectType || '', | 41 | 'contentType': this.compDTO.objectType || '', |
-
Please register or login to post a comment