Commit e3d6dfc3 authored by 林生雨's avatar 林生雨

w

parent c177cff6
......@@ -89,6 +89,8 @@ class MainManager {
void innerSetData(Map<String, dynamic> map, String str) {
if (map[str] != null && "${map[str]}".isNotEmpty) {
CacheManager.getInstance().get(MEMORY_CACHE).save(str, "${map[str]}");
} else {
CacheManager.getInstance().get(MEMORY_CACHE).save(str, null);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment