更多修复

This commit is contained in:
guange 2016-05-31 21:31:36 +08:00
parent ceffa6c2c8
commit 51d3fc3aad
1 changed files with 1 additions and 3 deletions

View File

@ -94,9 +94,7 @@ app.controller('ActivityController',function($anchorScroll, $location,$scope, $h
if(typeof has_more !== 'undefined'){ if(typeof has_more !== 'undefined'){
$scope.has_more = has_more; $scope.has_more = has_more;
} }
if(typeof activities !== 'undefined'){
$scope.activities = activities;
}
} }
var loadActData = function(page){ var loadActData = function(page){