wangguoyu hace 4 meses
padre
commit
ec97b44dca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      utils/cacheManager.js

+ 1 - 1
utils/cacheManager.js

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