|
@@ -120,13 +120,12 @@ var cloudService={
|
|
|
curingCloudList[i].client_id=hash.hashEncode(v.client_id.toString());
|
|
|
//curingCloudList[i].sso_id=v.sso_id;
|
|
|
//最后使用
|
|
|
- curingCloudList[i].latest_usedName='';
|
|
|
-
|
|
|
+ curingCloudList[i].latest_usedName='';
|
|
|
for(var ci=0;ci<=compilationList.length;ci++){
|
|
|
|
|
|
console.log(v.latest_used);
|
|
|
- console.log('1212');
|
|
|
- console.log(compilationList[ci]._id);
|
|
|
+ //console.log('1212');
|
|
|
+ //console.log(compilationList[ci]._id);
|
|
|
if(compilationList[ci]._id==v.latest_used){
|
|
|
curingCloudList[i].latest_usedName=compilationList[ci].name;
|
|
|
break;
|