Showing
1 changed file
with
2 additions
and
3 deletions
| @@ -9,7 +9,7 @@ import { router, window } from '@kit.ArkUI'; | @@ -9,7 +9,7 @@ import { router, window } from '@kit.ArkUI'; | ||
| 9 | import { devicePLSensorManager } from 'wdDetailPlayApi/Index'; | 9 | import { devicePLSensorManager } from 'wdDetailPlayApi/Index'; |
| 10 | import { LiveCommentComponent } from 'wdComponent/Index'; | 10 | import { LiveCommentComponent } from 'wdComponent/Index'; |
| 11 | import { WDAliPlayerController, WDPlayerController } from 'wdPlayer/Index'; | 11 | import { WDAliPlayerController, WDPlayerController } from 'wdPlayer/Index'; |
| 12 | -import { OperRowListView } from 'wdComponent/src/main/ets/components/view/OperRowListView'; | 12 | +import { LiveOperRowListView } from 'wdComponent/src/main/ets/components/view/LiveOperRowListView'; |
| 13 | import { publishCommentModel } from 'wdComponent/src/main/ets/components/comment/model/PublishCommentModel'; | 13 | import { publishCommentModel } from 'wdComponent/src/main/ets/components/comment/model/PublishCommentModel'; |
| 14 | import { ResponseDTO } from 'wdNetwork/Index'; | 14 | import { ResponseDTO } from 'wdNetwork/Index'; |
| 15 | 15 | ||
| @@ -70,8 +70,7 @@ export struct DetailPlayLivePage { | @@ -70,8 +70,7 @@ export struct DetailPlayLivePage { | ||
| 70 | TabComponent({ tabs: this.tabs, changeToTab: this.changeToTab }) | 70 | TabComponent({ tabs: this.tabs, changeToTab: this.changeToTab }) |
| 71 | .layoutWeight(1) | 71 | .layoutWeight(1) |
| 72 | .visibility(this.displayDirection == DisplayDirection.VERTICAL ? Visibility.Visible : Visibility.None) | 72 | .visibility(this.displayDirection == DisplayDirection.VERTICAL ? Visibility.Visible : Visibility.None) |
| 73 | - OperRowListView({ | ||
| 74 | - componentType: 4, | 73 | + LiveOperRowListView({ |
| 75 | operationButtonList: ['comment', 'collect', 'share', 'like'], | 74 | operationButtonList: ['comment', 'collect', 'share', 'like'], |
| 76 | styleType: 1, | 75 | styleType: 1, |
| 77 | contentDetailData: this.contentDetailData, | 76 | contentDetailData: this.contentDetailData, |
-
Please register or login to post a comment