KPL今日赛前海报:看狼队摘星揽月

来源:NBA直播吧
3月17日讯 2023KPL春季赛今日有两场对决,分别为17:00 上海RNG.M vs 上海EDG.M、20:00 重庆狼队 vs 佛山DRG。四支战队的赛前海报如下:

RNGM电子竞技俱乐部 围炉夜话。

undefined

上海EDGM王者荣耀分部 「在上海,天上掉下个钢镚,都得姓E!」

undefined

狼队王者荣耀分部 “揽月”

undefined

佛山DRG电子竞技俱乐部 激流勇进,破浪归

undefined

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); } ; });