iG教练谈队伍失利原因:坐了两个多小时车竞技状态没调整过来

来源:NBA直播吧
3月12日讯 LPL春季赛iG一比二不敌LNG,赛后iG教练谈到了队伍失利的原因:我觉得第一个是因为我们今天坐了两个多小时的车,大家的竞技状态没有调整过来。第二个就是我们今天的打团的处理不是特别好,可能就是技能释放有点小问题。

var baseUrl = 'http://datas.adminn.cn/zhibo/datas'; jQuery.axpost = function(url, data, successfn, errorfn) { data = (data == null || data == "" || typeof(data) == "undefined") ? { "date": new Date().getTime() } : data; $.ajax({ dataType: "json", type: "post", data: data, url: url, success: function(d) { successfn(d); }, error: function(e) { errorfn(e); } }); }; $("#gotoTop").click(function () { $('html,body').animate({scrollTop: 0}, 300); }); var min_height = 500; $(window).scroll(function () { var s = $(window).scrollTop(); if (s > min_height) { $("#gotoTop").fadeIn(200); } else { $("#gotoTop").fadeOut(200); } ; });