会议提交测试
This commit is contained in:
@@ -86,10 +86,10 @@ export struct HdList {
|
||||
.width('100%')
|
||||
.height('100%')
|
||||
.padding({ left: BasicConstant.SPACE_LG, right: BasicConstant.SPACE_LG })
|
||||
.divider({
|
||||
strokeWidth: $r('app.float.common_border_width'),
|
||||
color: $r('app.color.common_gray_border')
|
||||
})
|
||||
// .divider({
|
||||
// strokeWidth: $r('app.float.common_border_width'),
|
||||
// color: $r('app.color.common_gray_border')
|
||||
// })
|
||||
.onReachEnd(() => {
|
||||
if (this.loading || this.refreshing || this.finished) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user