|
|
@ -103,7 +103,7 @@ app.controller('ActivityController',function($anchorScroll, $location,$scope, $h
|
|
|
|
if (page <= 0 && $scope.activities.length >0){ //应该是返回过来的
|
|
|
|
if (page <= 0 && $scope.activities.length >0){ //应该是返回过来的
|
|
|
|
loadPageConfig();
|
|
|
|
loadPageConfig();
|
|
|
|
var yOffset = rms.get("yoffset");
|
|
|
|
var yOffset = rms.get("yoffset");
|
|
|
|
$location.yOffset = yOffset;
|
|
|
|
$location.hash(yOffset);
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|