|
@@ -105,7 +105,7 @@ var cloudService={
|
|
|
|
|
|
//组合数据以获得本地扩展数据
|
|
//组合数据以获得本地扩展数据
|
|
if(!hash.isExistence(curingCloudList)){
|
|
if(!hash.isExistence(curingCloudList)){
|
|
- curingCloudList={curingList:[],pageData:[],sortList:[]};
|
|
|
|
|
|
+ curingCloudList=[];
|
|
}
|
|
}
|
|
var mobile=[];
|
|
var mobile=[];
|
|
curingCloudList.forEach(function(v,i){
|
|
curingCloudList.forEach(function(v,i){
|