陈剑华

fix: 19927 3:2横划卡-后台配置1个运营位,跳转设置--不跳转,鸿蒙端不应展示更多按钮

@@ -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