diff --git a/README.md b/README.md index 7d37847..331e35c 100644 --- a/README.md +++ b/README.md @@ -590,6 +590,8 @@ build() { isLoading: this.isLoading, // 是否自动调用`onRefresh`方法,默认为`true`,加载组件会自动调用一次`onRefresh` init: false, + // 是否可以上拉加载更多,默认`default` + canLoadMore: 'default', // 第一次加载完成,是否定位到底部,默认`false`,定位到顶部 positioningToBottom: true, // 控制器,提供跳转到顶部、跳转到底部、是否已经在最底部方法 @@ -631,6 +633,10 @@ build() { }, onDelete: () => { ToolsHelper.showMessage('删除') }, + marginTop: index === 0 ? 7 : 0, + marginBottom: 7, + brtRight: 10, + brbRight: 10, }) { // item布局 Column() {}