|
@@ -61,7 +61,7 @@ var cloudService={
|
|
|
curingCloudList[cclKey].client_id=0
|
|
|
|
|
|
falg=true;
|
|
|
- for(var i=0;i<=curingList.length;i++){
|
|
|
+ for(var i=0;i<curingList.length;i++){
|
|
|
if(cclValue.mobile==curingList[i].mobile){
|
|
|
curingCloudList[cclKey].client_id=curingList[i].client_id;
|
|
|
falg=false;
|
|
@@ -121,15 +121,15 @@ var cloudService={
|
|
|
//curingCloudList[i].sso_id=v.sso_id;
|
|
|
//最后使用
|
|
|
curingCloudList[i].latest_usedName='';
|
|
|
- for(var ci=0;ci<=compilationList.length;ci++){
|
|
|
- console.log(ci);
|
|
|
- console.log(v.latest_used);
|
|
|
+ for(var ci=0;ci<compilationList.length;ci++){
|
|
|
+// console.log(ci);
|
|
|
+// 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;
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
//登录时长
|