不刷新返回

guange_dev
guange 9 years ago
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…
Cancel
Save