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