Commit code. Update time: 2023-06-25
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
enum PageState {
|
||||
loading, //加载中
|
||||
hasData, //有数据
|
||||
empty, //无数据
|
||||
error, //加载失败
|
||||
}
|
||||
Reference in New Issue
Block a user