王士厅

评论底部高度修改

... ... @@ -49,6 +49,7 @@ export struct OperRowListView {
@State newsStatusOfUser: batchLikeAndCollectResult | undefined = undefined // 点赞、收藏状态
@State likeBean: Record<string, string> = {}
@State audioUrl: string= ''
@State bottomSafeHeight: number = AppStorage.get<number>('bottomSafeHeight') || 0
needLike: boolean = true
async aboutToAppear() {
... ... @@ -120,7 +121,7 @@ export struct OperRowListView {
.backgroundColor(Color.White)
.padding({
top: 10,
bottom: 50
bottom: `${this.bottomSafeHeight}px`
})
}
... ...