diff --git a/js/caiji.js b/js/caiji.js index 622ec61f..50573779 100644 --- a/js/caiji.js +++ b/js/caiji.js @@ -80,10 +80,10 @@ var rule = { data.list.forEach(function(it) { d.push({ url: "https://www.tycng.com/cj.php?id=" + it.id + "&port=" + data.port, - title: it.name, + title: it.name + "," + data.portname, img: it.pic, content:it.content, - desc: it.remarks + "," + it.type_name + "," + data.portname + desc: it.remarks + "," + it.type_name }) }); });