|
|
|
@ -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){
|
|
|
|
|