|
@@ -35,9 +35,11 @@ var cloudService={
|
|
|
}
|
|
|
var compilation='';
|
|
|
var latestCompilation='';
|
|
|
- console.log(paramsCompilation);
|
|
|
- if(hash.isExistence(paramsCompilation)){
|
|
|
+
|
|
|
+ if(hash.isExistence(paramsCompilation.compilation)){
|
|
|
compilation=paramsCompilation.compilation;
|
|
|
+ }
|
|
|
+ if(hash.isExistence(paramsCompilation.latestCompilation)){
|
|
|
latestCompilation=paramsCompilation.latestCompilation;
|
|
|
}
|
|
|
var url= curingUrl+'/getUserList'+
|