更多修复

This commit is contained in:
guange 2016-05-31 21:27:00 +08:00
parent 03357388bd
commit ceffa6c2c8
1 changed files with 1 additions and 1 deletions

View File

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