caipin 5 years ago
parent
commit
485f6536f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/service/cloudEditionService.js

+ 1 - 1
app/service/cloudEditionService.js

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