wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  ref |> 直播详情底部互动bar UI走查
  fix: BUG: 19240
... ... @@ -239,7 +239,11 @@ export class ProcessUtils {
break;
case ContentConstants.TYPE_CHANNEL:
// 频道跳转
HomeChannelUtils.jumpChannelTab(content.objectId, content.pageId, content.newsTitle)
if (content.objectId == '2006') {
ProcessUtils.gotoENewsPaper();
} else {
HomeChannelUtils.jumpChannelTab(content.objectId, content.pageId, content.newsTitle)
}
break;
//动态详情页(动态图文)
case ContentConstants.TYPE_FOURTEEN:
... ...
... ... @@ -182,7 +182,7 @@ export struct LiveOperRowListView {
// bottom: 10
bottom: `${this.bottomSafeHeight}px`,
// bottom: 50
right:20
right:2
})
}
... ...