|
|
@@ -123,7 +123,7 @@ const cacheManager = (function() {
|
|
|
let newProgress = (parseFloat(obj.curProcess) || 0) + (100 / obj.dagangList.length);
|
|
|
if (newProgress > 100) newProgress = 100;
|
|
|
obj.curProcess = newProgress.toFixed(2);
|
|
|
- set('xuexi-shuxue' obj);
|
|
|
+ set('xuexi-shuxue', obj);
|
|
|
}
|
|
|
return {
|
|
|
set,
|