Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -74,7 +74,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent { | @@ -74,7 +74,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent { | ||
| 74 | .onClick(() => { | 74 | .onClick(() => { |
| 75 | InfomationCardClick.track(this.compDTO, this.compDTO.operDataList[0], this.pageId, this.pageName) | 75 | InfomationCardClick.track(this.compDTO, this.compDTO.operDataList[0], this.pageId, this.pageName) |
| 76 | this.clicked = true; | 76 | this.clicked = true; |
| 77 | - ProcessUtils.gotoLive(this.compDTO?.operDataList[0]) | 77 | + ProcessUtils.processPage(this.compDTO?.operDataList[0]) |
| 78 | }) | 78 | }) |
| 79 | } | 79 | } |
| 80 | 80 |
-
Please register or login to post a comment