caipin 5 years ago
parent
commit
4721ed967a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app/service/cloudEditionService.js

+ 3 - 3
app/service/cloudEditionService.js

@@ -36,9 +36,9 @@ var cloudService={
         console.log(curingCloudList['data']);
     	//组合数据以获得本地扩展数据
         var mobile=[];
-        curingCloudList['data']['userInfo'].forEach(function(v,i){
-        	mobile.push(v.mobile);
-        });
+//        curingCloudList['data']['userInfo'].forEach(function(v,i){
+//        	mobile.push(v.mobile);
+//        });
         
 
         return '';