yangchenggong1_wd

fix:bug[17758] 消息下的预约消息缺少下拉刷新功能

... ... @@ -81,7 +81,6 @@ export struct SubscribeMessageComponent{
}
})
.width('100%')
.margin({bottom:px2vp(this.bottomSafeHeight)})
}
}
.backgroundColor($r('app.color.color_F9F9F9'))
... ... @@ -113,12 +112,12 @@ export struct SubscribeMessageComponent{
if (!this.hasMore) {
ListItem() {
ListHasNoMoreDataUI()
}
}.padding({bottom:px2vp(this.bottomSafeHeight) + 10})
}
}.width('100%')
.edgeEffect(EdgeEffect.None)
.height("100%")
.scrollBar(BarState.Off)
.layoutWeight(1)
}
getNewPageData() {
... ...