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 { @@ -239,7 +239,11 @@ export class ProcessUtils {
239 break; 239 break;
240 case ContentConstants.TYPE_CHANNEL: 240 case ContentConstants.TYPE_CHANNEL:
241 // 频道跳转 241 // 频道跳转
242 - HomeChannelUtils.jumpChannelTab(content.objectId, content.pageId, content.newsTitle) 242 + if (content.objectId == '2006') {
  243 + ProcessUtils.gotoENewsPaper();
  244 + } else {
  245 + HomeChannelUtils.jumpChannelTab(content.objectId, content.pageId, content.newsTitle)
  246 + }
243 break; 247 break;
244 //动态详情页(动态图文) 248 //动态详情页(动态图文)
245 case ContentConstants.TYPE_FOURTEEN: 249 case ContentConstants.TYPE_FOURTEEN:
@@ -182,7 +182,7 @@ export struct LiveOperRowListView { @@ -182,7 +182,7 @@ export struct LiveOperRowListView {
182 // bottom: 10 182 // bottom: 10
183 bottom: `${this.bottomSafeHeight}px`, 183 bottom: `${this.bottomSafeHeight}px`,
184 // bottom: 50 184 // bottom: 50
185 - right:20 185 + right:2
186 }) 186 })
187 } 187 }
188 188