审核修改更新
This commit is contained in:
parent
16b85effa5
commit
a297e0452f
@ -38,7 +38,7 @@ export struct PLVMediaPlayerSingleVideoPage {
|
||||
@State isPortrait: boolean = true;//是否竖屏
|
||||
@State commentList:Array<commentModel> = [];//评论列表
|
||||
@State commentContent:string = '';//评论内容
|
||||
|
||||
scroller: Scroller = new Scroller();
|
||||
@State note:string=''
|
||||
aboutToAppear(): void {
|
||||
requireNotNull(this.param, () => "param is null")
|
||||
@ -102,7 +102,9 @@ export struct PLVMediaPlayerSingleVideoPage {
|
||||
|
||||
Tabs() {
|
||||
TabContent() {
|
||||
Text(this.note).fontSize(14).fontColor(Color.Black)
|
||||
Scroll(this.scroller) {
|
||||
Text(this.note).fontSize(14).fontColor(Color.Black)
|
||||
}
|
||||
}
|
||||
.align(Alignment.TopStart)
|
||||
.padding(15)
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
},
|
||||
{
|
||||
"name": "EntryAbility_label",
|
||||
"value": "肝胆相照专家端"
|
||||
"value": "肝胆相照专家版"
|
||||
},
|
||||
{
|
||||
"name": "camera_reason",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user