陈剑华

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

... ... @@ -74,7 +74,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent {
.onClick(() => {
InfomationCardClick.track(this.compDTO, this.compDTO.operDataList[0], this.pageId, this.pageName)
this.clicked = true;
ProcessUtils.gotoLive(this.compDTO?.operDataList[0])
ProcessUtils.processPage(this.compDTO?.operDataList[0])
})
}
... ...