caipin 5 vuotta sitten
vanhempi
commit
4a22f1d2ee
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      app/service/cloudEditionService.js

+ 2 - 1
app/service/cloudEditionService.js

@@ -63,7 +63,8 @@ var cloudService={
         	curingList.forEach(function(clValue,clKey){
         	curingList.forEach(function(clValue,clKey){
             	if(cclValue.mobile==clValue.mobile){
             	if(cclValue.mobile==clValue.mobile){
             		curingCloudList[cclKey].client_id=clValue.client_id;
             		curingCloudList[cclKey].client_id=clValue.client_id;
-            		falg=true;break;
+            		falg=true;
+            		throw new Error('end foreach curingList');
             	}
             	}
             });
             });
         	if(falg){//新增本地扩展信息
         	if(falg){//新增本地扩展信息