Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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] = { | ... | ... |
-
Please register or login to post a comment