审核修改更新
This commit is contained in:
parent
16b85effa5
commit
a297e0452f
@ -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)
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "EntryAbility_label",
|
"name": "EntryAbility_label",
|
||||||
"value": "肝胆相照专家端"
|
"value": "肝胆相照专家版"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "camera_reason",
|
"name": "camera_reason",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user