base
This commit is contained in:
parent
5b34f498c9
commit
37975552c9
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue