审核修改更新

This commit is contained in:
XiuYun CHEN 2025-07-08 18:02:09 +08:00
parent 16b85effa5
commit a297e0452f
2 changed files with 5 additions and 3 deletions

View File

@ -38,7 +38,7 @@ export struct PLVMediaPlayerSingleVideoPage {
@State isPortrait: boolean = true;//是否竖屏 @State isPortrait: boolean = true;//是否竖屏
@State commentList:Array<commentModel> = [];//评论列表 @State commentList:Array<commentModel> = [];//评论列表
@State commentContent:string = '';//评论内容 @State commentContent:string = '';//评论内容
scroller: Scroller = new Scroller();
@State note:string='' @State note:string=''
aboutToAppear(): void { aboutToAppear(): void {
requireNotNull(this.param, () => "param is null") requireNotNull(this.param, () => "param is null")
@ -102,7 +102,9 @@ export struct PLVMediaPlayerSingleVideoPage {
Tabs() { Tabs() {
TabContent() { TabContent() {
Text(this.note).fontSize(14).fontColor(Color.Black) Scroll(this.scroller) {
Text(this.note).fontSize(14).fontColor(Color.Black)
}
} }
.align(Alignment.TopStart) .align(Alignment.TopStart)
.padding(15) .padding(15)

View File

@ -10,7 +10,7 @@
}, },
{ {
"name": "EntryAbility_label", "name": "EntryAbility_label",
"value": "肝胆相照专家" "value": "肝胆相照专家"
}, },
{ {
"name": "camera_reason", "name": "camera_reason",