송용우

Fixed getBJ

...@@ -14,7 +14,7 @@ exports.getBJ = function (userid) { ...@@ -14,7 +14,7 @@ exports.getBJ = function (userid) {
14 let psList = []; 14 let psList = [];
15 const $ = cheerio.load(html.data); 15 const $ = cheerio.load(html.data);
16 const $bodyList = $("div.panel-body").children(); 16 const $bodyList = $("div.panel-body").children();
17 - 17 +
18 $bodyList.each(function (i) { 18 $bodyList.each(function (i) {
19 if (i % 2 == 0) { 19 if (i % 2 == 0) {
20 psList[i / 2] = { 20 psList[i / 2] = {
......