bugfix
This commit is contained in:
21
miniprogram/components/load-more/index.ts
Normal file
21
miniprogram/components/load-more/index.ts
Normal file
@ -0,0 +1,21 @@
|
||||
// components/load-more/index.ts
|
||||
Component({
|
||||
/**
|
||||
* 组件的属性列表
|
||||
*/
|
||||
properties: {
|
||||
status: {
|
||||
type: Number, // 0 loading,1 success, 3 error, 4:completed
|
||||
},
|
||||
},
|
||||
|
||||
/**
|
||||
* 组件的初始数据
|
||||
*/
|
||||
data: {},
|
||||
|
||||
/**
|
||||
* 组件的方法列表
|
||||
*/
|
||||
methods: {},
|
||||
});
|
||||
Reference in New Issue
Block a user