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