mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
fix: 新增更多判空位置
This commit is contained in:
@@ -15,6 +15,8 @@ class Data {
|
||||
return;
|
||||
}
|
||||
var res = await UserHttp.historyStatus();
|
||||
localCache.put(LocalCacheKey.historyPause, res.data['data']);
|
||||
if (res['status']) {
|
||||
localCache.put(LocalCacheKey.historyPause, res['data']);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user