弹幕下载

master
10295 6 years ago
parent e66ce5fb21
commit 123d846910
  1. 2
      web/src/main/webapp/WEB-INF/jsp/data/otherData.jsp

@ -15,7 +15,7 @@
function get(cid, i) {
$("td[cid=" + cid + "]").find("span").text("获取中");
$.get("/data/count/" + cid, function (result) {
if (result!='') {
if (result!=''||result==0) {
if(result > 0){
$("#cid_" + cid).removeAttr("disabled");
}

Loading…
Cancel
Save