不刷新返回
This commit is contained in:
parent
1251e31061
commit
8b05b33e38
|
@ -111,7 +111,12 @@ app.controller('ActivityController',function($anchorScroll, $location,$scope, $h
|
|||
alert("获取openid出错:"+response);
|
||||
}
|
||||
);
|
||||
};
|
||||
} else {
|
||||
$timeout(function(){
|
||||
window.scrollTo(0, rms.get("yoffset"));
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
//跳到详情页
|
||||
$scope.goDetail = function(type, act_id,id){
|
||||
|
|
Loading…
Reference in New Issue