wangliang_wd

feat:评论列表增加背景色

... ... @@ -102,6 +102,7 @@ struct VisitorCommentPage {
.width('100%')
}.width("100%")
.height("100%")
.backgroundColor(Color.White)
.padding({top:px2vp(this.topSafeHeight),bottom:px2vp(this.bottomSafeHeight)})
}
... ...