|
@@ -126,10 +126,10 @@ var cloudService={
|
|
|
console.log(v.latest_used);
|
|
|
//console.log('1212');
|
|
|
//console.log(compilationList[ci]._id);
|
|
|
- if(compilationList[ci]._id==v.latest_used){
|
|
|
- curingCloudList[i].latest_usedName=compilationList[ci].name;
|
|
|
- break;
|
|
|
- }
|
|
|
+// if(compilationList[ci]._id==v.latest_used){
|
|
|
+// curingCloudList[i].latest_usedName=compilationList[ci].name;
|
|
|
+// break;
|
|
|
+// }
|
|
|
}
|
|
|
|
|
|
//登录时长
|