This commit is contained in:
guange 2016-06-07 17:27:17 +08:00
parent 5b34f498c9
commit 37975552c9
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ app.controller('ActivityController',function($anchorScroll, $location,$scope, $h
//跳到详情页
$scope.goDetail = function(type, act_id,id){
rms.save("yoffset", window.document.body.scrollHeight);
rms.save("yoffset", window.document.body.scrollTop);
$location.path('/'+type+'/'+act_id);
}