更多修复
This commit is contained in:
parent
ceffa6c2c8
commit
51d3fc3aad
|
@ -94,9 +94,7 @@ app.controller('ActivityController',function($anchorScroll, $location,$scope, $h
|
|||
if(typeof has_more !== 'undefined'){
|
||||
$scope.has_more = has_more;
|
||||
}
|
||||
if(typeof activities !== 'undefined'){
|
||||
$scope.activities = activities;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
var loadActData = function(page){
|
||||
|
|
Loading…
Reference in New Issue