1.修复睡眠日报中睡眠规律性数据显示错误
2.更新时区设置
This commit is contained in:
@@ -50,6 +50,8 @@ class MessageController extends GetControllerEx<MessageModel> {
|
||||
int bodyPage = 1;
|
||||
int systemPage = 1;
|
||||
|
||||
bool isLoadingMore = false; // 添加加载标志位
|
||||
|
||||
Future<void> loadMore(String type) async {
|
||||
if (type == "app_vsm") {
|
||||
bodyPage++;
|
||||
|
||||
Reference in New Issue
Block a user